CHANGELOG.md 🔗
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.17.3
+
+* Always show call button
+* Various bug fixes
+
### Version 2.17.2
* Fix calls on Android 15
Daniel Gultsch created
CHANGELOG.md | 5 +++++
build.gradle | 4 ++--
fastlane/metadata/android/en-US/changelogs/4212504.txt | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.17.3
+
+* Always show call button
+* Various bug fixes
+
### Version 2.17.2
* Fix calls on Android 15
@@ -100,8 +100,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42123
- versionName "2.17.2"
+ versionCode 42124
+ versionName "2.17.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -0,0 +1,2 @@
+* Always show call button
+* Various bug fixes