version bump to 1.18.1 + changelog
This commit is contained in:
parent
d220d9db05
commit
c86134e523
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.18.1
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.18.0
|
####Version 1.18.0
|
||||||
* Conversations <1.16.0 will be unable to receive OMEMO encrypted messages
|
* Conversations <1.16.0 will be unable to receive OMEMO encrypted messages
|
||||||
* OMEMO: put auth tag into key (verify auth tag as well)
|
* OMEMO: put auth tag into key (verify auth tag as well)
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 208
|
versionCode 209
|
||||||
versionName "1.18.0"
|
versionName "1.18.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue