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
### 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

View file

@ -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 {