version bump to 1.9.2 + changelog
This commit is contained in:
parent
20f6a4704c
commit
62a88a4db8
|
@ -1,5 +1,12 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.9.2
|
||||||
|
* prevent startup crash on Sailfish OS
|
||||||
|
* minor bug fixes
|
||||||
|
|
||||||
|
####Version 1.9.1
|
||||||
|
* minor bug fixes incl. a workaround for nimbuzz.com
|
||||||
|
|
||||||
####Version 1.9.0
|
####Version 1.9.0
|
||||||
* Per conference notification settings
|
* Per conference notification settings
|
||||||
* Let user decide whether to compress pictures
|
* Let user decide whether to compress pictures
|
||||||
|
|
|
@ -53,8 +53,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 120
|
versionCode 121
|
||||||
versionName "1.9.1"
|
versionName "1.9.2"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue