version bump to 1.14.1 + changelog
This commit is contained in:
parent
00cbf8458a
commit
edf0ae9aa6
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.14.1
|
||||||
|
* Press lock icon to see why OMEMO is deactivated
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.14.0
|
####Version 1.14.0
|
||||||
* Improvments for N
|
* Improvments for N
|
||||||
* Quick Reply to Notifications on N
|
* Quick Reply to Notifications on N
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 171
|
versionCode 172
|
||||||
versionName "1.14.0"
|
versionName "1.14.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue