version bump to 2.12.9 + changelog
This commit is contained in:
parent
459d559a34
commit
6323b14bc0
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.12.9
|
||||
|
||||
* Introduce new backup file format
|
||||
|
||||
### Version 2.12.8
|
||||
|
||||
* Disable opening backup files (.ceb) from file manager
|
||||
|
|
|
@ -95,8 +95,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 42062
|
||||
versionName "2.12.8"
|
||||
versionCode 42065
|
||||
versionName "2.12.9"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
1
fastlane/metadata/android/en-US/changelogs/42065.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/42065.txt
Normal file
|
@ -0,0 +1 @@
|
|||
* Introduce new backup file format
|
Loading…
Reference in a new issue