From 445526823a95eaad24be1ec0a55d40c450f2e5c2 Mon Sep 17 00:00:00 2001
From: Nicolas Pomepuy <nicolas@videolabs.io>
Date: Wed, 13 Apr 2022 07:42:19 +0200
Subject: [PATCH] Bump to 3.5.0 Beta 4

---
 NEWS         | 12 ++++++++++++
 build.gradle |  4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index bcd9d0fd63..bf03c63841 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes between 3.5.0 Beta 3 and 3.5.0 Beta 4:
+------------------
+ * Foldable devices support for the video player
+ * New option to add a media shortcut to the launcher
+ * Browse playlists on Android TV
+ * Allow picking files from SAF when no permission is granted
+ * New setting for replay gain
+ * Support for vgm files added
+ * History fixes for streams
+ * UI improvements
+ * Crash fixes
+
 Changes between 3.5.0 Beta 2 and 3.5.0 Beta 3:
 ------------------
  * Ui and media library fixes
diff --git a/build.gradle b/build.gradle
index 146652f918..45825f50c0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.5.0 Beta 3'
-    versionCode = 3040430
+    versionName = '3.5.0 Beta 4'
+    versionCode = 3040440
     libvlcVersion = '3.5.0-eap6'
     medialibraryVersion = '0.11.2-eap6'
     minSdkVersion = 17
-- 
GitLab