Skip to content

Commit

Permalink
Prepare version 71.0.0 (2107101)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Nov 17, 2023
1 parent 3f09301 commit 52fec47
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 @@ -22,7 +22,7 @@ buildscript {
val sgTargetSdk by extra(33) // Android 13 (T)

// version 21xxxyy -> min SDK 21, release xxx, build yy
val sgVersionCode by extra(2107100)
val sgVersionCode by extra(2107101)
val sgVersionName by extra("71.0.0")

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

0 comments on commit 52fec47

Please sign in to comment.