version bump to 1.9.0-beta.2
This commit is contained in:
parent
893751a1d2
commit
64420f79e5
|
@ -3,6 +3,7 @@
|
||||||
####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
|
||||||
|
* Support for XEP-0368
|
||||||
* Ask user to exclude Conversations from battery optimizations
|
* Ask user to exclude Conversations from battery optimizations
|
||||||
|
|
||||||
####Version 1.8.4
|
####Version 1.8.4
|
||||||
|
|
|
@ -53,8 +53,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 116
|
versionCode 117
|
||||||
versionName "1.9.0-beta"
|
versionName "1.9.0-beta.2"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue