CHANGELOG.md 🔗
@@ -1,5 +1,8 @@
# Changelog
+### Version 2.1.2
+* Fixed avatars not being displayed on new installs
+
### Version 2.1.1
* Improved start up performance
* bug fixes
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
@@ -1,5 +1,8 @@
# Changelog
+### Version 2.1.2
+* Fixed avatars not being displayed on new installs
+
### Version 2.1.1
* Improved start up performance
* bug fixes
@@ -65,8 +65,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
- versionCode 265
- versionName "2.1.1"
+ versionCode 266
+ versionName "2.1.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId