Skip to content

Commit

Permalink
bump 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Apr 16, 2022
1 parent cb3a15e commit 56daa8c
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 @@ -13,7 +13,7 @@ tasks.register<Delete>("clean").configure {
val apiCode by extra(93)
val verCode = Common.getBuildVersionCode(rootProject)
// versionName = major.minor.bugfix.rev.commit
val verName = "1.2.1" + (Common.getGitHeadRefsSuffix(rootProject))
val verName = "1.2.2" + (Common.getGitHeadRefsSuffix(rootProject))
val androidTargetSdkVersion by extra(32)
val androidMinSdkVersion by extra(24)
val androidCompileSdkVersion by extra(32)
Expand Down

0 comments on commit 56daa8c

Please sign in to comment.