version bump to 2.3.6 + changelogs

This commit is contained in:
Daniel Gultsch 2018-11-14 10:05:48 +01:00
parent e706912c7b
commit 84c90a6450
2 changed files with 8 additions and 4 deletions

View file

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

View file

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