version bump to 2.1.2 + changelog

This commit is contained in:
Daniel Gultsch 2018-04-20 11:38:51 +02:00
parent 1615aeff87
commit 8c1458abbf
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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