version bump to 2.18.1

Daniel Gultsch created

Change summary

CHANGELOG.md                                           | 7 ++++++-
build.gradle                                           | 4 ++--
fastlane/metadata/android/en-US/changelogs/4214004.txt | 2 ++
3 files changed, 10 insertions(+), 3 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,9 +1,14 @@
 # Changelog
 
+### Version 2.18.1
+
+* Fix reactions on files received via P2P
+* Improve URI matching
+
 ### Version 2.18.0
 
 * Add ability to pick backup location
-* More more URIs (tel:, mailto:) clickable
+* Make more URIs (tel:, mailto:) clickable
 
 ### Version 2.17.12
 

build.gradle 🔗

@@ -117,8 +117,8 @@ android {
     defaultConfig {
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 42139
-        versionName "2.18.0"
+        versionCode 42140
+        versionName "2.18.1"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId