version bump to 2.12.3 + changelog

This commit is contained in:
Daniel Gultsch 2023-04-11 07:27:26 +02:00
parent bc00f6f629
commit acbf1c0ecf
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
### Version 2.12.3
* Improve support for new emojis
* Add ability to remove account from server
* Show timestamp for calls
### Version 2.12.2 ### Version 2.12.2
* Increase corner radius on profile pictures * Increase corner radius on profile pictures

View file

@ -90,9 +90,9 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
versionCode 42053
versionName "2.12.2"
targetSdkVersion 33 targetSdkVersion 33
versionCode 42055
versionName "2.12.3"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId