CHANGELOG.md 🔗 @@ -1,5 +1,9 @@ # Changelog +### Version 2.3.12 +* Fixed rare crash on start up +* Fixed avatar not being refreshed in group chats + ### Version 2.3.11 * Support for Android 9 'message style' notifications * OMEMO stability improvements
build.gradle 🔗 @@ -77,8 +77,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 314 - versionName "2.3.11" + versionCode 317 + versionName "2.3.12" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId