|
|
|
@ -19,6 +19,11 @@ val props = Properties().apply {
@@ -19,6 +19,11 @@ val props = Properties().apply {
|
|
|
|
|
catch(e: Exception) {} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
androidGitVersion { |
|
|
|
|
codeFormat = "MNNPP" |
|
|
|
|
format = "%tag%%-count%%-commit%%-branch%" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
android { |
|
|
|
|
compileOptions { |
|
|
|
|
sourceCompatibility = JavaVersion.VERSION_1_8 |
|
|
|
@ -69,11 +74,6 @@ android {
@@ -69,11 +74,6 @@ android {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
androidGitVersion { |
|
|
|
|
codeFormat = "MNNPP" |
|
|
|
|
format = "%tag%%-count%%-commit%%-branch%" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ktlint { |
|
|
|
|
debug.set(false) |
|
|
|
|
verbose.set(false) |
|
|
|
|