version bump to 2.5.3 + changelog

This commit is contained in:
Daniel Gultsch 2019-06-18 11:05:46 +02:00
parent 4c3cd89fe7
commit e432710a3f
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
### Version 2.5.3
* bug fixes for peer to peer file transfer (Jingle)
* fixed server info for unlimited/unknown max file size
### Version 2.5.2 ### Version 2.5.2
* bug fixes * bug fixes

View file

@ -81,8 +81,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 329 versionCode 330
versionName "2.5.2" versionName "2.5.3"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId