version 2.3.5 beta (2020-02-02)

This commit is contained in:
Christian Schneppe 2020-02-02 21:58:08 +01:00
parent 17ab39fe45
commit 29bc3e9c7b
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E
2 changed files with 4 additions and 3 deletions

View file

@ -7,6 +7,7 @@
* channels now use '#' as symbol in avatar
* support for ?register and ?register;preauth XMPP uri parameters
* use ExoPlayer for video playback
* show artist - title for audio files
* UI improvements
* bug fixes

View file

@ -105,13 +105,13 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 283
versionCode 284
versionName "2.3.5"
versionNameSuffix "beta (2020-02-01)" //beta (XXXX-XX-XX)
versionNameSuffix " beta (2020-02-02)" //" beta (XXXX-XX-XX)"
//resConfigs "en"
archivesBaseName += "-$versionName"
archivesBaseName += " $versionNameSuffix"
archivesBaseName += "$versionNameSuffix"
applicationId "de.pixart.messenger"
multiDexEnabled true