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