version bump to 2.12.7 + changelog
This commit is contained in:
parent
76655f05b3
commit
0a956bcf9b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
1
fastlane/metadata/android/en-US/changelogs/42061.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/42061.txt
Normal file
|
@ -0,0 +1 @@
|
|||
* Remove channel discovery feature from Google Play version
|
Loading…
Reference in a new issue