version bump to 2.10.5 + changelog
This commit is contained in:
parent
95e3a6769d
commit
4af1fe39c7
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.10.5
|
||||||
|
|
||||||
|
* Security: Stop downloading files that exceed advertised file size
|
||||||
|
* Security: Limit POSH files to 10K
|
||||||
|
|
||||||
### Version 2.10.4
|
### Version 2.10.4
|
||||||
|
|
||||||
* Fix interaction with Google Maps Share Location Plugin
|
* Fix interaction with Google Maps Share Location Plugin
|
||||||
|
|
|
@ -90,8 +90,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 42028
|
versionCode 42031
|
||||||
versionName "2.10.4"
|
versionName "2.10.5"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue