Skip to content

Commit

Permalink
bump version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed May 9, 2022
1 parent 80cd894 commit ad3edc1
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.3" + (Common.getGitHeadRefsSuffix(rootProject))
val verName = "1.2.4" + (Common.getGitHeadRefsSuffix(rootProject))
val androidTargetSdkVersion by extra(32)
val androidMinSdkVersion by extra(24)
val androidCompileSdkVersion by extra(31)
Expand Down

0 comments on commit ad3edc1

Please sign in to comment.