diff --git a/CHANGELOG.md b/CHANGELOG.md index b54d2c4792855544c822a7c34cf59b848da15186..b445c52ce8e4734874e522c4efd007b83e16ccd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### Version 2.10.4 + +* Fix interaction with Google Maps Share Location Plugin +* Remove footnote with regards to server fee + ### Version 2.10.3 * Store files in location appropriate for Android 11 diff --git a/build.gradle b/build.gradle index a8c58a5d5b30c86ff05eec64ead982facf353a3a..f1b134848ecb16e90c085297050396cc6edec540 100644 --- a/build.gradle +++ b/build.gradle @@ -90,8 +90,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 30 - versionCode 42026 - versionName "2.10.3" + versionCode 42027 + versionName "2.10.4" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId