mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 22:22:22 +01:00
Fix up version code
This commit is contained in:
parent
5350ad45fa
commit
866e7b286c
1 changed files with 2 additions and 3 deletions
|
@ -147,8 +147,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 42025 + tags.size()
|
||||
versionName grgit.describe(always: true)
|
||||
versionCode 177
|
||||
applicationId "eu.siacs.conversations"
|
||||
def appName = "Conversations"
|
||||
resValue "string", "app_name", appName
|
||||
|
@ -321,7 +320,7 @@ android {
|
|||
if (baseAbiVersionCode != null) {
|
||||
output.versionCodeOverride = (100 * project.android.defaultConfig.versionCode) + baseAbiVersionCode
|
||||
} else {
|
||||
output.versionCodeOverride = (100 * project.android.defaultConfig.versionCode) + grgit.log(includes: ["HEAD"], excludes: [tags.last()]).size()
|
||||
//output.versionCodeOverride = (100 * project.android.defaultConfig.versionCode) + grgit.log(includes: ["HEAD"], excludes: [tags.last()]).size()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue