CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.16.4
+
+* Fix minor regression introduced in 2.16.4
+
### Version 2.16.3
* exclude older Oppo devices from call integration
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.16.4
+
+* Fix minor regression introduced in 2.16.4
+
### Version 2.16.3
* exclude older Oppo devices from call integration
@@ -104,8 +104,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42114
- versionName "2.16.3"
+ versionCode 42115
+ versionName "2.16.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId