version bump to 2.5.3 + changelog
This commit is contained in:
parent
4c3cd89fe7
commit
e432710a3f
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue