Skip to content

Commit

Permalink
Prepare version 2024.4.2 (21240402)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Aug 9, 2024
1 parent 08beda6 commit a316fcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Version 2024.4
--------------
*in development*

### 2024.4.2 🧪
*2024-08-09*

* 🔧 Shows: display cast and crew of all seasons instead of just the latest one.
* 📝 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.1")
val sgVersionName by extra("2024.4.2")
// version 21yyrrbb -> min SDK 21, year yy, release rr, build bb
val sgVersionCode by extra(21240401)
val sgVersionCode by extra(21240402)

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

Expand Down

0 comments on commit a316fcd

Please sign in to comment.