version bump to 1.14.9 + changelog
This commit is contained in:
parent
bb4952c89e
commit
bd578c59bf
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.14.9
|
||||||
|
* warn in account details when data saver is enabled
|
||||||
|
* automatically enable foreground service after detecting frequent restarts
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.14.8
|
####Version 1.14.8
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -55,8 +55,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 181
|
versionCode 182
|
||||||
versionName "1.14.8"
|
versionName "1.14.9"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue