version bump to 1.11.2 and changelog

This commit is contained in:
Daniel Gultsch 2016-03-23 19:24:54 +01:00
parent a9b66e3ea5
commit 46be514b4d
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog
####Version 1.11.2
* only add image files to media scanner
* allow to delete files
* various bug fixes
####Version 1.11.1
* fixed some bugs when sharing files with Conversations

View File

@ -58,8 +58,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 133
versionName "1.11.1"
versionCode 134
versionName "1.11.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}