bump version 1.2.0

This commit is contained in:
ACh Sulfate
2022-03-26 15:22:34 +08:00
parent e46f737f9d
commit 0b31bc2b84

View File

@@ -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.1.4" + (Common.getGitHeadRefsSuffix(rootProject))
val verName = "1.2.0" + (Common.getGitHeadRefsSuffix(rootProject))
val androidTargetSdkVersion by extra(32)
val androidMinSdkVersion by extra(24)
val androidCompileSdkVersion by extra(32)