Skip to content

Commit

Permalink
bump version 1.2.13
Browse files Browse the repository at this point in the history
Signed-off-by: ACh Sulfate <[email protected]>
  • Loading branch information
cinit committed Aug 10, 2022
1 parent be8c885 commit c0f4975
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 @@ -36,7 +36,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.12" + (Common.getGitHeadRefsSuffix(rootProject))
val verName = "1.2.13" + (Common.getGitHeadRefsSuffix(rootProject))
val androidTargetSdkVersion by extra(33)
val androidMinSdkVersion by extra(24)
val androidCompileSdkVersion by extra(32)
Expand Down

0 comments on commit c0f4975

Please sign in to comment.