version bump to 1.11.6 + changelog
This commit is contained in:
parent
77f4513862
commit
23a0beab43
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.11.6
|
||||||
|
* added preference to disable notification light
|
||||||
|
* various bug fixes
|
||||||
|
|
||||||
####Version 1.11.5
|
####Version 1.11.5
|
||||||
* check file ownership to not accidentally share private files
|
* check file ownership to not accidentally share private files
|
||||||
|
|
||||||
|
|
|
@ -64,8 +64,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 138
|
versionCode 139
|
||||||
versionName "1.11.5"
|
versionName "1.11.6"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue