CHANGELOG.md 🔗 @@ -1,5 +1,9 @@ # Changelog +### Version 2.3.7 +* long press on 'allow' or 'add back' snackbar to bring up 'reject' +* bug fixes for Android 9 + ### Version 2.3.6 * Improved handling of bookmark nicks * Show send PM menu entry in anonymous MUCs
build.gradle 🔗 @@ -75,8 +75,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 28 - versionCode 299 - versionName "2.3.6" + versionCode 303 + versionName "2.3.7" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId