version bump to 2.5.3 + changelog
This commit is contained in:
parent
4c3cd89fe7
commit
e432710a3f
|
@ -1,5 +1,9 @@
|
|||
# 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
|
||||
* bug fixes
|
||||
|
||||
|
|
|
@ -81,8 +81,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 329
|
||||
versionName "2.5.2"
|
||||
versionCode 330
|
||||
versionName "2.5.3"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in New Issue