Skip to content

Commit

Permalink
Prepare version 71.0.2 (2107103)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Dec 15, 2023
1 parent 50826d4 commit 151219b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ buildscript {
val sgTargetSdk by extra(33) // Android 13 (T)

// version 21xxxyy -> min SDK 21, release xxx, build yy
val sgVersionCode by extra(2107102)
val sgVersionName by extra("71.0.1")
val sgVersionCode by extra(2107103)
val sgVersionName by extra("71.0.2")

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

Expand Down

0 comments on commit 151219b

Please sign in to comment.