Skip to content

Commit 227d81d

Browse files
committed
bump 1.2.1
1 parent 94777c7 commit 227d81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tasks.register<Delete>("clean").configure {
1313
val apiCode by extra(93)
1414
val verCode = Common.getBuildVersionCode(rootProject)
1515
// versionName = major.minor.bugfix.rev.commit
16-
val verName = "1.2.0" + (Common.getGitHeadRefsSuffix(rootProject))
16+
val verName = "1.2.1" + (Common.getGitHeadRefsSuffix(rootProject))
1717
val androidTargetSdkVersion by extra(32)
1818
val androidMinSdkVersion by extra(24)
1919
val androidCompileSdkVersion by extra(32)

0 commit comments

Comments
 (0)