version bump to 1.11.2 and changelog
This commit is contained in:
parent
a9b66e3ea5
commit
46be514b4d
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.11.2
|
||||||
|
* only add image files to media scanner
|
||||||
|
* allow to delete files
|
||||||
|
* various bug fixes
|
||||||
|
|
||||||
####Version 1.11.1
|
####Version 1.11.1
|
||||||
* fixed some bugs when sharing files with Conversations
|
* fixed some bugs when sharing files with Conversations
|
||||||
|
|
||||||
|
|
|
@ -58,8 +58,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 133
|
versionCode 134
|
||||||
versionName "1.11.1"
|
versionName "1.11.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue