version bump to 2.3.6 + changelogs
This commit is contained in:
parent
e706912c7b
commit
84c90a6450
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue