version bump to 2.12.2 + changelog

This commit is contained in:
Daniel Gultsch 2023-02-05 17:15:33 +01:00
parent bcfc70d2c0
commit 93e4bca037
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
### Version 2.12.2
* Increase corner radius on profile pictures
### Version 2.12.1 ### Version 2.12.1
* Fix crash in UnifiedPush Distributor * Fix crash in UnifiedPush Distributor

View file

@ -91,8 +91,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 32 targetSdkVersion 32
versionCode 42049 versionCode 42050
versionName "2.12.1" versionName "2.12.2"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId