[Android] Bump app to 3.5.0 Beta 1
Nicolas Pomepuy
git at videolan.org
Tue Mar 15 13:16:27 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Mar 15 13:03:51 2022 +0100| [1f9a02022b2dce3cca92053e38fd01f5c94bc8d2] | committer: Nicolas Pomepuy
Bump app to 3.5.0 Beta 1
> https://code.videolan.org/videolan/vlc-android/commit/1f9a02022b2dce3cca92053e38fd01f5c94bc8d2
---
NEWS | 11 +++++++++++
build.gradle | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 0db6a2584..3a3e9728a 100644
--- a/NEWS
+++ b/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
diff --git a/build.gradle b/build.gradle
index 5522f2043..fc55fdb11 100644
--- a/build.gradle
+++ b/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
More information about the Android
mailing list