version bump to 2.12.8 + changelog
This commit is contained in:
parent
9a662a7e55
commit
0677ddc59b
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.12.8
|
||||
|
||||
* Disable opening backup files (.ceb) from file manager
|
||||
|
||||
### Version 2.12.7
|
||||
|
||||
* Remove channel discovery feature from Google Play version
|
||||
|
|
|
@ -95,8 +95,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 42061
|
||||
versionName "2.12.7"
|
||||
versionCode 42062
|
||||
versionName "2.12.8"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
1
fastlane/metadata/android/en-US/changelogs/42062.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/42062.txt
Normal file
|
@ -0,0 +1 @@
|
|||
* Disable opening backup files (.ceb) from file manager
|
Loading…
Reference in a new issue