bump 1.2.2

This commit is contained in:
Acetylcholine
2022-04-16 17:19:26 +08:00
committed by GitHub
parent cb3a15e820
commit 56daa8c047

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