Skip to content

Commit

Permalink
bump version 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Jun 29, 2022
1 parent 1d2408a commit f2ca892
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.7" + (Common.getGitHeadRefsSuffix(rootProject))
val verName = "1.2.8" + (Common.getGitHeadRefsSuffix(rootProject))
val androidTargetSdkVersion by extra(33)
val androidMinSdkVersion by extra(24)
val androidCompileSdkVersion by extra(32)
Expand Down

0 comments on commit f2ca892

Please sign in to comment.