version bump to 2.10.6
This commit is contained in:
parent
86bb3df8d4
commit
d1dcc57710
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.10.6
|
||||||
|
|
||||||
|
* Minor bug fixes
|
||||||
|
|
||||||
### Version 2.10.5
|
### Version 2.10.5
|
||||||
|
|
||||||
* Security: Stop downloading files that exceed advertised file size
|
* Security: Stop downloading files that exceed advertised file size
|
||||||
|
|
|
@ -90,8 +90,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 42031
|
versionCode 42032
|
||||||
versionName "2.10.5"
|
versionName "2.10.6"
|
||||||
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