diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e79abe5..5a1ab749d 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/build.gradle b/build.gradle index c1a22a733..7168b7486 100644 --- a/build.gradle +++ b/build.gradle @@ -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