version 1.8.1 + changelog
This commit is contained in:
parent
52aaa72e43
commit
dfc869b340
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue