version bump to 2.13.3 + changelog

This commit is contained in:
Daniel Gultsch 2024-02-15 08:39:00 +01:00
parent 8598462737
commit 956107511c
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# 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
* minor bug fixes

View file

@ -97,8 +97,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 42091
versionName "2.13.2"
versionCode 42092
versionName "2.13.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View 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