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
|
||||
* Per conference notification settings
|
||||
* Let user decide whether to compress pictures
|
||||
* Support for XEP-0368
|
||||
* Ask user to exclude Conversations from battery optimizations
|
||||
|
||||
####Version 1.8.4
|
||||
|
|
|
@ -53,8 +53,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 116
|
||||
versionName "1.9.0-beta"
|
||||
versionCode 117
|
||||
versionName "1.9.0-beta.2"
|
||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue