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-03-30 19:50:45 +0300
committerDaniel Gultsch <daniel@gultsch.de>2022-03-30 19:50:45 +0300
commitfe98cf2c9b28f3a7f59aa4425b9d02c772694aec (patch)
treec29ff946990fd61572d95a3ba7224232fe633ce7
parent09e5e10cae4acbe1cf458ea567de1c37f74210d4 (diff)
version bump to 2.10.2.1fdroid_2.10.2.1
-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 c2bb0a938..fbe277009 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.10.2.1
+
+* Backported security fixes from 2.10.5
+
### Version 2.10.2
* Fix crash when rendering some quotes
diff --git a/build.gradle b/build.gradle
index 8edf10065..902c6fc9a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -92,8 +92,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
- versionCode 42023
- versionName "2.10.2"
+ versionCode 42024
+ versionName "2.10.2.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId