version bump to 1.13.4 + changelog
This commit is contained in:
parent
09aba0a062
commit
369e7172d6
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
###Version 1.13.4
|
||||||
|
* support jingle ft:4
|
||||||
|
* show contact as DND if one resource is
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.13.3
|
####Version 1.13.3
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
|
|
|
@ -54,8 +54,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 160
|
versionCode 161
|
||||||
versionName "1.13.3"
|
versionName "1.13.4"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue