version bump to 1.8.1 and changelog

This commit is contained in:
Daniel Gultsch 2015-12-10 23:17:11 +01:00
parent 15f220747f
commit 4cae283cff
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
###Changelog
####Version 1.8.1
* enabled direct share on Android 6.0
* ask for permissions on Android 6.0
* notify on MAM catchup messages
* bug fixes
####Version 1.8.0
* TOR/ORBOT support in advanced settings
* show vcard avatars of participants in a conference

View File

@ -53,8 +53,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 109
versionName "1.8.0"
versionCode 110
versionName "1.8.1"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}