version bump to 1.14.3 + changelog
This commit is contained in:
parent
7bda624723
commit
98ab9beec7
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.14.3
|
||||||
|
* XEP-0377: Spam Reporting
|
||||||
|
* fix rare start up crashes
|
||||||
|
|
||||||
####Version 1.14.2
|
####Version 1.14.2
|
||||||
* support ANONYMOUS SASL
|
* support ANONYMOUS SASL
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
|
@ -56,8 +56,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 173
|
versionCode 174
|
||||||
versionName "1.14.2"
|
versionName "1.14.3"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue