version bump to 2.3.8 + changelog
This commit is contained in:
parent
00cdfc41ab
commit
c93556e05b
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.3.8
|
||||||
|
* make PEP avatars public to play nice with Prosody 0.11
|
||||||
|
* Fixed re-sending failed files in group chats
|
||||||
|
|
||||||
### Version 2.3.7
|
### Version 2.3.7
|
||||||
* long press on 'allow' or 'add back' snackbar to bring up 'reject'
|
* long press on 'allow' or 'add back' snackbar to bring up 'reject'
|
||||||
* bug fixes for Android 9
|
* bug fixes for Android 9
|
||||||
|
|
|
@ -75,8 +75,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 303
|
versionCode 305
|
||||||
versionName "2.3.7"
|
versionName "2.3.8"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in New Issue