version bump to 2.12.2 + changelog
This commit is contained in:
parent
bcfc70d2c0
commit
93e4bca037
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue