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-25 10:03:18 +0300
committerDaniel Gultsch <daniel@gultsch.de>2022-03-25 10:03:18 +0300
commit5943f1ad3ee9101738339d26fac7b865e2f64f50 (patch)
treeaf518d2d3a4a5ad268c52e5c199f8a69c0d358e3
parent8834bc5084a8fb42ecfa813b166d6c7e23f58a7b (diff)
version bump to 2.10.4 + changelog
-rw-r--r--CHANGELOG.md5
-rw-r--r--build.gradle4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b54d2c479..b445c52ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.10.4
+
+* Fix interaction with Google Maps Share Location Plugin
+* Remove footnote with regards to server fee
+
### Version 2.10.3
* Store files in location appropriate for Android 11
diff --git a/build.gradle b/build.gradle
index a8c58a5d5..f1b134848 100644
--- a/build.gradle
+++ b/build.gradle
@@ -90,8 +90,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
- versionCode 42026
- versionName "2.10.3"
+ versionCode 42027
+ versionName "2.10.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId