Skip to content

Commit

Permalink
Prepare version 2024.4.5 (21240406)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Oct 23, 2024
1 parent a71563d commit 9169597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Releases marked with 🧪 (or previously with the "beta" suffix) were released o

## Version 2024.4

### Unreleased
### 2024.4.5 - 2024-10-23 🧪

* 🔧 Trakt: use new logo.
* 📝 Latest user interface translations from Crowdin.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ buildscript {
// YYYY.<release-of-year>.<build> - like 2024.1.0
// - allows to more easily judge how old a release is
// - allows multiple releases per month (though currently unlikely)
val sgVersionName by extra("2024.4.4")
val sgVersionName by extra("2024.4.5")
// version 21yyrrbb -> min SDK 21, year yy, release rr, build bb
val sgVersionCode by extra(21240405)
val sgVersionCode by extra(21240406)

val isCiBuild by extra { System.getenv("CI") == "true" }

Expand Down

0 comments on commit 9169597

Please sign in to comment.