Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2022-05-02 09:33:27 +0300
committerDaniel Gultsch <daniel@gultsch.de>2022-05-02 09:33:27 +0300
commitd1dcc577106a18996aa15e7a43afc636fcf30d0d (patch)
tree89cc30b125b3d06ad50da914e29e378d424bafd4
parent86bb3df8d4ebd0c2d50422d80479cfeccd813ed7 (diff)
version bump to 2.10.62.10.6
-rw-r--r--CHANGELOG.md4
-rw-r--r--build.gradle4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81c2d9e1f..304fac6d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.10.6
+
+* Minor bug fixes
+
### Version 2.10.5
* Security: Stop downloading files that exceed advertised file size
diff --git a/build.gradle b/build.gradle
index 86b0314c0..371b1ea87 100644
--- a/build.gradle
+++ b/build.gradle
@@ -90,8 +90,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
- versionCode 42031
- versionName "2.10.5"
+ versionCode 42032
+ versionName "2.10.6"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId