version bump to 2.3.6 + changelogs

Daniel Gultsch created

Change summary

CHANGELOG.md | 4 ++++
build.gradle | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,9 @@
 # Changelog
 
+### Version 2.3.6
+* Improved handling of bookmark nicks
+* Show send PM menu entry in anonymous MUCs
+
 ### Version 2.3.5
 * Fixed group chat mentions when nick ends in . (dot)
 * Fixed Conversations not asking for permissions after direct share

build.gradle 🔗

@@ -73,9 +73,9 @@ android {
 
     defaultConfig {
         minSdkVersion 19
-        targetSdkVersion 25
-        versionCode 297
-        versionName "2.3.5"
+        targetSdkVersion 28
+        versionCode 299
+        versionName "2.3.6"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId
@@ -206,7 +206,7 @@ android {
     }
 
     lintOptions {
-        disable 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource'
+        disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource'
     }
 
     subprojects {