version bump to 2.8.8 + changelog
This commit is contained in:
parent
2881a1b946
commit
8f439a9c37
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.8.8
|
||||||
|
* Fixed notifications not showing up under certain conditions
|
||||||
|
* Fixed compatibility issues and crashes related to A/V calls
|
||||||
|
|
||||||
### Version 2.8.7
|
### Version 2.8.7
|
||||||
|
|
||||||
* Show help button if A/V call fails
|
* Show help button if A/V call fails
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 393
|
versionCode 394
|
||||||
versionName "2.8.7"
|
versionName "2.8.8"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/394.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/394.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Fixed notifications not showing up under certain conditions
|
||||||
|
* Fixed compatibility issues and crashes related to A/V calls
|
Loading…
Reference in a new issue