Skip to content

Commit

Permalink
bump 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Apr 4, 2022
1 parent 94777c7 commit 227d81d
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.0" + (Common.getGitHeadRefsSuffix(rootProject))
val verName = "1.2.1" + (Common.getGitHeadRefsSuffix(rootProject))
val androidTargetSdkVersion by extra(32)
val androidMinSdkVersion by extra(24)
val androidCompileSdkVersion by extra(32)
Expand Down

0 comments on commit 227d81d

Please sign in to comment.