version bump to 1.13.9 + changelog
This commit is contained in:
parent
8927ba8065
commit
6f72128c45
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.13.9
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.13.8
|
####Version 1.13.8
|
||||||
* show identities instead of resources in selection dialog
|
* show identities instead of resources in selection dialog
|
||||||
* allow TLS direct connect when port is set to 5223
|
* allow TLS direct connect when port is set to 5223
|
||||||
|
|
|
@ -54,8 +54,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 166
|
versionCode 168
|
||||||
versionName "1.13.8"
|
versionName "1.13.9"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue