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-14 10:59:29 +0300
committerDaniel Gultsch <daniel@gultsch.de>2022-03-14 10:59:29 +0300
commitfbbd2edd94c9397b72bc4d2a4cdf07fec4a3360c (patch)
tree50b553905c67a0f3cf469733492c67214e57c7f7
parented9886050607515aca3849066ea13d8ff6fd6bce (diff)
version bump to 2.10.3 + changelog2.10.3
-rw-r--r--CHANGELOG.md1
-rw-r--r--build.gradle4
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7ef6c6fa..b54d2c479 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
* Store files in location appropriate for Android 11
* Attempt to reconnect call after network switch
+* Show caller JID and account JID in incoming call screen
### Version 2.10.2
diff --git a/build.gradle b/build.gradle
index 118dab5f2..f81d87512 100644
--- a/build.gradle
+++ b/build.gradle
@@ -90,8 +90,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
- versionCode 42025
- versionName "2.10.3-beta.2"
+ versionCode 42026
+ versionName "2.10.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId