Skip to content

Commit

Permalink
Prepare version 2024.4.6 (21240407)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Nov 1, 2024
1 parent 5b0886f commit d801ab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Releases marked with 🧪 (or previously with the "beta" suffix) were released o
* 🔧 Display more options of list items on touch and hold and right click (for example in Samsung
Dex) as well.

### Unreleased
### 2024.4.6 - 2024-11-01

* 🔨 Trakt: do not crash when opening Connect Trakt screen on Android 6 or older.
* 📝 Latest user interface translations from Crowdin.

### 2024.4.5 - 2024-10-23

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.5")
val sgVersionName by extra("2024.4.6")
// version 21yyrrbb -> min SDK 21, year yy, release rr, build bb
val sgVersionCode by extra(21240406)
val sgVersionCode by extra(21240407)

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

Expand Down

0 comments on commit d801ab9

Please sign in to comment.