CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.12.2
+
+* Increase corner radius on profile pictures
+
### Version 2.12.1
* Fix crash in UnifiedPush Distributor
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.12.2
+
+* Increase corner radius on profile pictures
+
### Version 2.12.1
* Fix crash in UnifiedPush Distributor
@@ -91,8 +91,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 32
- versionCode 42049
- versionName "2.12.1"
+ versionCode 42050
+ versionName "2.12.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId