version bump to 1.11.1 and changelog
This commit is contained in:
parent
b17ca3543f
commit
c4b1f6171d
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.11.1
|
||||||
|
* fixed some bugs when sharing files with Conversations
|
||||||
|
|
||||||
####Version 1.11.0
|
####Version 1.11.0
|
||||||
* OMEMO encrypted conferences
|
* OMEMO encrypted conferences
|
||||||
|
|
||||||
|
|
|
@ -58,8 +58,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 132
|
versionCode 133
|
||||||
versionName "1.11.0"
|
versionName "1.11.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue