v2.0.0
This commit is contained in:
@@ -32,7 +32,7 @@ val androidCompileSdkVersion = 36
|
||||
val androidCompileNdkVersion = "29.0.14206865"
|
||||
val androidSourceCompatibility = JavaVersion.VERSION_21
|
||||
val androidTargetCompatibility = JavaVersion.VERSION_21
|
||||
val managerVersionCode by extra(1 * 10000 + getGitCommitCount() + 700)
|
||||
val managerVersionCode by extra(2 * 10000 + getGitCommitCount() + 700)
|
||||
val managerVersionName by extra(getGitDescribe())
|
||||
|
||||
fun getGitCommitCount(): Int {
|
||||
|
||||
Reference in New Issue
Block a user