We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94777c7 commit 227d81dCopy full SHA for 227d81d
build.gradle.kts
@@ -13,7 +13,7 @@ tasks.register<Delete>("clean").configure {
13
val apiCode by extra(93)
14
val verCode = Common.getBuildVersionCode(rootProject)
15
// versionName = major.minor.bugfix.rev.commit
16
-val verName = "1.2.0" + (Common.getGitHeadRefsSuffix(rootProject))
+val verName = "1.2.1" + (Common.getGitHeadRefsSuffix(rootProject))
17
val androidTargetSdkVersion by extra(32)
18
val androidMinSdkVersion by extra(24)
19
val androidCompileSdkVersion by extra(32)
0 commit comments