Skip to content

Commit

Permalink
Prepare version 2024.5.4 (21240505)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Dec 13, 2024
1 parent 3f22615 commit bec726f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
// - allows multiple releases per month (though currently unlikely)
val sgVersionName by extra("2024.5.4")
// version 21yyrrbb -> min SDK 21, year yy, release rr, build bb
val sgVersionCode by extra(21240504)
val sgVersionCode by extra(21240505)

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

Expand Down

0 comments on commit bec726f

Please sign in to comment.