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 ###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

View file

@ -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"
} }