CHANGELOG.md 🔗
@@ -1,5 +1,8 @@
# Changelog
+### Version 2.5.10
+* Fixed crash on Android 8.0 + 8.1
+
### Version 2.5.9
* fixed minor security issues
* Share XMPP uri from channel search by long pressing a result
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
@@ -1,5 +1,8 @@
# Changelog
+### Version 2.5.10
+* Fixed crash on Android 8.0 + 8.1
+
### Version 2.5.9
* fixed minor security issues
* Share XMPP uri from channel search by long pressing a result
@@ -84,8 +84,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 339
- versionName "2.5.9"
+ versionCode 340
+ versionName "2.5.10"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId