version bump to 1.14.9 + changelog
This commit is contained in:
parent
bb4952c89e
commit
bd578c59bf
|
@ -1,5 +1,10 @@
|
|||
###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
|
||||
* bug fixes
|
||||
|
||||
|
|
|
@ -55,8 +55,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 24
|
||||
versionCode 181
|
||||
versionName "1.14.8"
|
||||
versionCode 182
|
||||
versionName "1.14.9"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue