version bump to 2.3.7 + changelog
This commit is contained in:
parent
d4b640c25b
commit
b2d02e3c0f
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.3.7
|
||||||
|
* long press on 'allow' or 'add back' snackbar to bring up 'reject'
|
||||||
|
* bug fixes for Android 9
|
||||||
|
|
||||||
### Version 2.3.6
|
### Version 2.3.6
|
||||||
* Improved handling of bookmark nicks
|
* Improved handling of bookmark nicks
|
||||||
* Show send PM menu entry in anonymous MUCs
|
* Show send PM menu entry in anonymous MUCs
|
||||||
|
|
|
@ -75,8 +75,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 299
|
versionCode 303
|
||||||
versionName "2.3.6"
|
versionName "2.3.7"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue