version bump to 2.8.4 + changelog
This commit is contained in:
parent
7abd37498e
commit
351790b0c3
|
@ -3,7 +3,7 @@
|
||||||
### Version 2.8.4
|
### Version 2.8.4
|
||||||
|
|
||||||
* Rework Login with certificate UI
|
* Rework Login with certificate UI
|
||||||
* bug fixes
|
* Add ability to pin chats on top (add to favorites)
|
||||||
|
|
||||||
### Version 2.8.3
|
### Version 2.8.3
|
||||||
|
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 384
|
versionCode 385
|
||||||
versionName "2.8.4-beta"
|
versionName "2.8.4"
|
||||||
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/385.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/385.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Rework Login with certificate UI
|
||||||
|
* Add ability to pin chats on top (add to favorites)
|
Loading…
Reference in a new issue