Browse Source

Bump app to 3.5.0 Beta 1

merge-requests/1301/head 3.5.0-beta01
Nicolas Pomepuy 4 years ago
parent
commit
513919b3cf
  1. 11
      NEWS
  2. 4
      build.gradle

11
NEWS

@ -1,3 +1,14 @@
Changes between 3.4.4 and 3.5.0 Beta 1:
------------------
* Network indexation is now stable
* New dedicated tablet UI
* New video controls settings screen allowing more customization
* Revamped about screen and audio list
* Small visual improvements in the audio player
* Improved video ratio and notch management
* Improved keyboard shortcuts support
* A lot of visual and behavior fixes
Changes between 3.4.3 and 3.4.4:
------------------
* Fix a crash on null medias

4
build.gradle

@ -32,8 +32,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.4.4'
versionCode = 3040400
versionName = '3.5.0 Beta 1'
versionCode = 3040410
libvlcVersion = '3.5.0-eap4'
medialibraryVersion = '0.11.0-eap4'
minSdkVersion = 17

Loading…
Cancel
Save