Skip to content

Commit

Permalink
Prepare version 2024.3.8 (21240308)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Aug 29, 2024
1 parent 8ae92df commit 7c86141
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Version 2024.3
* 🌟 Trakt: support to edit and delete (new) comments.
* 🌟 Trakt: support to remove a rating.

#### 2024.3.8
*2024-08-29*

* 🔨 Android 14: turn off predictive back animation due to unresolved issues.
* 🔨 Backups: do not crash due to obscure errors when restoring.

#### 2024.3.7
*2024-08-16*

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.3.7")
val sgVersionName by extra("2024.3.8")
// version 21yyrrbb -> min SDK 21, year yy, release rr, build bb
val sgVersionCode by extra(21240307)
val sgVersionCode by extra(21240308)

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

Expand Down

0 comments on commit 7c86141

Please sign in to comment.