forked from mirror/monocles_chat
3.0.4 beta + changelog
This commit is contained in:
parent
a869d634f7
commit
644907f93c
2 changed files with 14 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 3.0.4
|
||||
* fix OpenPGP key id discovery for OpenKeychain 5.6+
|
||||
* properly verify punycode TLS certificates
|
||||
* improve stability of RTP session establishment (calling)
|
||||
* verify A/V calls with preexisting OMEMO sessions
|
||||
* add memory management in attachment settings (blabber.im)
|
||||
* add setting to delete files older than x days (blabber.im)
|
||||
* show message on devices with Android 4 that they are outdated (blabber.im)
|
||||
* bug fixes
|
||||
|
||||
#### Version 3.0.3
|
||||
|
||||
* add custom tabs (blabber.im)
|
||||
|
|
|
@ -104,13 +104,13 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
|
||||
//versionNameSuffix " beta_(2021-02-04)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 318
|
||||
versionName "3.0.3"
|
||||
versionNameSuffix " beta_(2021-03-06)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 320
|
||||
versionName "3.0.4"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
//archivesBaseName += "$versionNameSuffix" // activate for beta versions
|
||||
archivesBaseName += "$versionNameSuffix" // activate for beta versions
|
||||
applicationId "de.pixart.messenger"
|
||||
multiDexEnabled true
|
||||
|
||||
|
|
Loading…
Reference in a new issue