version bump to 1.11.7 + changelog
This commit is contained in:
parent
e9494af098
commit
bfe01c4322
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.11.7
|
||||||
|
* Share xmpp uri from conference details
|
||||||
|
* add setting to allow quick sharing
|
||||||
|
* various bug fixes
|
||||||
|
|
||||||
####Version 1.11.6
|
####Version 1.11.6
|
||||||
* added preference to disable notification light
|
* added preference to disable notification light
|
||||||
* various bug fixes
|
* various bug fixes
|
||||||
|
|
|
@ -64,8 +64,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 139
|
versionCode 140
|
||||||
versionName "1.11.6"
|
versionName "1.11.7"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue