version bump to 2.12.7 + changelog

This commit is contained in:
Daniel Gultsch 2023-08-08 11:52:46 +02:00
parent 76655f05b3
commit 0a956bcf9b
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changelog
### Version 2.12.7
* Remove channel discovery feature from Google Play version
### Version 2.12.6
* Fix 'q' falsely being recognized as cyrillic

View file

@ -33,7 +33,7 @@ configurations {
dependencies {
implementation 'androidx.viewpager:viewpager:1.0.0'
playstoreImplementation('com.google.firebase:firebase-messaging:23.1.2') {
playstoreImplementation('com.google.firebase:firebase-messaging:23.2.1') {
exclude group: 'com.google.firebase', module: 'firebase-core'
exclude group: 'com.google.firebase', module: 'firebase-analytics'
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 42060
versionName "2.12.6"
versionCode 42061
versionName "2.12.7"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View file

@ -0,0 +1 @@
* Remove channel discovery feature from Google Play version