version 2.3.5 (2020-02-10) + CHANGELOG

This commit is contained in:
Christian Schneppe 2020-02-10 20:22:41 +01:00
parent fc777c3a80
commit 52e874127b
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E
2 changed files with 3 additions and 2 deletions

View file

@ -8,6 +8,7 @@
* support for ?register and ?register;preauth XMPP uri parameters
* use ExoPlayer for video playback (PAM)
* show artist - title for audio files (PAM)
* show PDF preview in chat (PAM)
* UI improvements (PAM)
* bug fixes

View file

@ -104,9 +104,9 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionCode 290
versionCode 291
versionName "2.3.5"
versionNameSuffix " beta (2020-02-09)" //" beta (XXXX-XX-XX)"
versionNameSuffix " beta (2020-02-10)" //" beta (XXXX-XX-XX)"
//resConfigs "en"
archivesBaseName += "-$versionName"