version bump to 2.12.8 + changelog

This commit is contained in:
Daniel Gultsch 2023-08-16 14:10:48 +02:00
parent 9a662a7e55
commit 0677ddc59b
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 7 additions and 2 deletions

View file

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

View file

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

View file

@ -0,0 +1 @@
* Disable opening backup files (.ceb) from file manager