version bump to 2.13.3 + changelog
This commit is contained in:
parent
8598462737
commit
956107511c
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.13.3
|
||||||
|
|
||||||
|
* Provide easier access to 'Privacy Policy' on Play Store version (Quicksy and Conversations)
|
||||||
|
* Remove address book integration on Play Store version of Conversations
|
||||||
|
|
||||||
### Version 2.13.2
|
### Version 2.13.2
|
||||||
|
|
||||||
* minor bug fixes
|
* minor bug fixes
|
||||||
|
|
|
@ -97,8 +97,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 42091
|
versionCode 42092
|
||||||
versionName "2.13.2"
|
versionName "2.13.3"
|
||||||
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/4209204.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/4209204.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Provide easier access to 'Privacy Policy' on Play Store version (Quicksy and Conversations)
|
||||||
|
* Remove address book integration on Play Store version of Conversations
|
Loading…
Reference in a new issue