version bump to 1.9.0-beta.2

This commit is contained in:
Daniel Gultsch 2016-01-12 16:39:04 +01:00
parent 893751a1d2
commit 64420f79e5
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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);
} }