version bump to 2.1.1 + changelog
This commit is contained in:
parent
5170e526c8
commit
146096f00a
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.1.1
|
||||||
|
* Improved start up performance
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
### Version 2.1.0
|
### Version 2.1.0
|
||||||
* Added configurable font size
|
* Added configurable font size
|
||||||
* Added global OMEMO preference
|
* Added global OMEMO preference
|
||||||
|
|
|
@ -65,8 +65,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 264
|
versionCode 265
|
||||||
versionName "2.1.0"
|
versionName "2.1.1"
|
||||||
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