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