diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e79abe53a4d8060f9bc07eaaeb55ed830e03ea..5a1ab749dce83fb5d534e6405294b15cb6cef2be 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 c1a22a73332ec8cdd447c58d424b0f1b6bfdc777..7168b748620b1a05c44284daa98b266a3a5dad39 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