bump version 1.2.14
Signed-off-by: ACh Sulfate <xenonhydride@gmail.com>
This commit is contained in:
@@ -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.13" + (Common.getGitHeadRefsSuffix(rootProject))
|
||||
val verName = "1.2.14" + (Common.getGitHeadRefsSuffix(rootProject))
|
||||
val androidTargetSdkVersion by extra(33)
|
||||
val androidMinSdkVersion by extra(24)
|
||||
val androidCompileSdkVersion by extra(32)
|
||||
|
||||
Reference in New Issue
Block a user