version bump to 2.14.2 + changelog
This commit is contained in:
parent
c294a24f4e
commit
4968bde774
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.14.2
|
||||
|
||||
* Restore access to Channel Discovery for Android 6+7
|
||||
* Improve logging for failed call integration
|
||||
|
||||
### Version 2.14.1
|
||||
|
||||
* Fix A/V calls on Android 8
|
||||
|
|
|
@ -97,8 +97,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 42104
|
||||
versionName "2.14.1"
|
||||
versionCode 42105
|
||||
versionName "2.14.2"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
2
fastlane/metadata/android/en-US/changelogs/4210504.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/4210504.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
* Restore access to Channel Discovery for Android 6+7
|
||||
* Improve logging for failed call integration
|
Loading…
Reference in a new issue