version bump to 2.12.12
fastlane changelog version codes now use the highest version code after abi split (the F-Droid website displays that one)
This commit is contained in:
parent
b8c5bcf559
commit
1504287287
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 42076
|
versionCode 42077
|
||||||
versionName "2.12.12-beta.3"
|
versionName "2.12.12"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue