version bump to 2.1.2 + changelog
This commit is contained in:
parent
1615aeff87
commit
8c1458abbf
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.1.2
|
||||||
|
* Fixed avatars not being displayed on new installs
|
||||||
|
|
||||||
### Version 2.1.1
|
### Version 2.1.1
|
||||||
* Improved start up performance
|
* Improved start up performance
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
|
@ -65,8 +65,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 265
|
versionCode 266
|
||||||
versionName "2.1.1"
|
versionName "2.1.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