mirror of
https://github.com/apognu/otter
synced 2025-02-04 07:07:45 +01:00
Moved androidGitVersion to top of the file, else it is not taken into account. [skip ci]
This commit is contained in:
parent
7084be81de
commit
2c87e7c983
@ -19,6 +19,11 @@ val props = Properties().apply {
|
|||||||
catch(e: Exception) {}
|
catch(e: Exception) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
androidGitVersion {
|
||||||
|
codeFormat = "MNNPP"
|
||||||
|
format = "%tag%%-count%%-commit%%-branch%"
|
||||||
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
@ -69,11 +74,6 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
androidGitVersion {
|
|
||||||
codeFormat = "MNNPP"
|
|
||||||
format = "%tag%%-count%%-commit%%-branch%"
|
|
||||||
}
|
|
||||||
|
|
||||||
ktlint {
|
ktlint {
|
||||||
debug.set(false)
|
debug.set(false)
|
||||||
verbose.set(false)
|
verbose.set(false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user