version bump to 1.11.2 and changelog
This commit is contained in:
parent
f9d846a586
commit
da4548ed18
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue