version 2.4.0 beta + changes

This commit is contained in:
Christian Schneppe 2020-04-30 15:01:04 +02:00
parent 65e2618ab2
commit b919d062ea
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E
2 changed files with 5 additions and 9 deletions

View file

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

View file

@ -106,8 +106,8 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 299
versionName "2.3.8"
versionCode 300
versionName "2.4.0"
versionNameSuffix " beta_(2020-04-30)" // " beta_(XXXX-XX-XX)" // activate for beta versions
//resConfigs "en"
@ -125,13 +125,6 @@ android {
resValue "string", "app_name", "Pix-Art Messenger"
}
splits {
abi {
universalApk true
enable true
}
}
dataBinding {
enabled true
}