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