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-08-22 12:36:29 +0300
committerDaniel Gultsch <daniel@gultsch.de>2022-08-22 12:36:29 +0300
commit1aaff18bb5ece9ef51a374523957a76be85be26a (patch)
treec53b93c28a60ada484eff7398ed1bf40899f2ac7
parent7b9cf7bb28af3364e19ebd11baa28500925864fb (diff)
version bump to 2.10.10 + changelog2.10.10
-rw-r--r--CHANGELOG.md5
-rw-r--r--build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/42038.txt2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac29b5f88..1a10c8088 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.10.10
+
+* Minor bug fixes
+* Restore ability to call out via JMP and other services (Playstore version)
+
### Version 2.10.9
* Ask for Bluetooth permissions when making A/V calls (You can reject this if you don’t use Bluetooth headsets)
diff --git a/build.gradle b/build.gradle
index c102d9e39..063dac0ce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -92,8 +92,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 32
- versionCode 42037
- versionName "2.10.9"
+ versionCode 42038
+ versionName "2.10.10"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
diff --git a/fastlane/metadata/android/en-US/changelogs/42038.txt b/fastlane/metadata/android/en-US/changelogs/42038.txt
new file mode 100644
index 000000000..da3c42237
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/42038.txt
@@ -0,0 +1,2 @@
+* Minor bug fixes
+* Restore ability to call out via JMP and other services (Playstore version)