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:
Daniel Gultsch 2023-10-29 08:32:51 +01:00
parent b8c5bcf559
commit 1504287287
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
7 changed files with 2 additions and 2 deletions

View file

@ -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