version 2.4.0 + changes

This commit is contained in:
Christian Schneppe 2020-05-08 20:29:09 +02:00
parent e6c77d4795
commit 5261209b4d
2 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,8 @@
### Changelog
#### Version 2.4.0 (beta)
#### Version 2.4.0
* Audio/Video calls (Requires server support in form of STUN and TURN servers discoverable via XEP-0215)
* bug fixes
#### Version 2.3.7
* bug fixes

View file

@ -106,13 +106,13 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 300
versionCode 301
versionName "2.4.0"
versionNameSuffix " beta_(2020-04-30)" // " beta_(XXXX-XX-XX)" // activate for beta versions
//versionNameSuffix " beta_(2020-05-07)" // " beta_(XXXX-XX-XX)" // activate for beta versions
//resConfigs "en"
archivesBaseName += "-$versionName"
archivesBaseName += "$versionNameSuffix" // activate for beta versions
//archivesBaseName += "$versionNameSuffix" // activate for beta versions
applicationId "de.pixart.messenger"
multiDexEnabled true