version 1.8.1 + changelog

This commit is contained in:
Daniel Gultsch 2015-12-10 23:17:11 +01:00 committed by Christian S
parent 52aaa72e43
commit dfc869b340
2 changed files with 10 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

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