version bump to 2.15.2
This commit is contained in:
parent
c89413ee99
commit
67c900b344
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.15.2
|
||||||
|
|
||||||
|
* Fix Quicksy registration on Android 6/7
|
||||||
|
* Play incoming call ringtone on notification channel
|
||||||
|
|
||||||
### Version 2.15.1
|
### Version 2.15.1
|
||||||
|
|
||||||
* Show message status as icons
|
* Show message status as icons
|
||||||
|
|
|
@ -98,8 +98,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 42108
|
versionCode 42109
|
||||||
versionName "2.15.1"
|
versionName "2.15.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/4210904.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/4210904.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Fix Quicksy registration on Android 6/7
|
||||||
|
* Play incoming call ringtone on notification channel
|
Loading…
Reference in a new issue