mirror of
https://github.com/apognu/otter
synced 2025-02-03 22:57:33 +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) {}
|
||||
}
|
||||
|
||||
androidGitVersion {
|
||||
codeFormat = "MNNPP"
|
||||
format = "%tag%%-count%%-commit%%-branch%"
|
||||
}
|
||||
|
||||
android {
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
@ -69,11 +74,6 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
androidGitVersion {
|
||||
codeFormat = "MNNPP"
|
||||
format = "%tag%%-count%%-commit%%-branch%"
|
||||
}
|
||||
|
||||
ktlint {
|
||||
debug.set(false)
|
||||
verbose.set(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user