version bump to 1.8.1 and changelog
This commit is contained in:
parent
15f220747f
commit
4cae283cff
|
@ -1,5 +1,11 @@
|
||||||
###Changelog
|
###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
|
####Version 1.8.0
|
||||||
* TOR/ORBOT support in advanced settings
|
* TOR/ORBOT support in advanced settings
|
||||||
* show vcard avatars of participants in a conference
|
* show vcard avatars of participants in a conference
|
||||||
|
|
|
@ -53,8 +53,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 109
|
versionCode 110
|
||||||
versionName "1.8.0"
|
versionName "1.8.1"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue