version bump to 2.15.3 + changelog
This commit is contained in:
parent
19e7c7ff19
commit
23e88e6e42
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.15.3
|
||||
|
||||
* fix call integration on some Android 14 devices
|
||||
* Introduce 'Invites from Strangers' setting
|
||||
|
||||
### Version 2.15.2
|
||||
|
||||
* Fix Quicksy registration on Android 6/7
|
||||
|
|
|
@ -98,8 +98,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 42109
|
||||
versionName "2.15.2"
|
||||
versionCode 42110
|
||||
versionName "2.15.3"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
2
fastlane/metadata/android/en-US/changelogs/4211004.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/4211004.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
* fix call integration on some Android 14 devices
|
||||
* Introduce 'Invites from Strangers' setting
|
Loading…
Reference in a new issue