[Android] Bump to 3.5.3 beta 2

Nicolas Pomepuy git at videolan.org
Thu Oct 20 04:56:48 UTC 2022


vlc-android | branch: refs/tags/3.5.3-beta02 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Oct 20 06:26:23 2022 +0200| [76baa8dae1419868311dcf45a84ff6bdb1cf2271] | committer: Nicolas Pomepuy

Bump to 3.5.3 beta 2

(cherry picked from commit 247b0700cfe07f92015b0baaf75717822c288ab5)

> https://code.videolan.org/videolan/vlc-android/commit/76baa8dae1419868311dcf45a84ff6bdb1cf2271
---

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

diff --git a/NEWS b/NEWS
index 3b3e18858..3be1103e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.5.3 Beta 1 and 3.5.3 Beta 2:
+------------------
+ * Fix the video playlist mode on TV
+ * Minor graphical fixes and improvements
+
 Changes between 3.5.2 and 3.5.3 Beta 1:
 ------------------
  * More subtitle settings
diff --git a/build.gradle b/build.gradle
index 07c93ad82..1cb1e8b61 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,8 +37,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.5.3 Beta 1'
-    versionCode = 3050210
+    versionName = '3.5.3 Beta 2'
+    versionCode = 3050220
     libvlcVersion = '3.5.3-eap1'
     medialibraryVersion = '0.13.5-eap1'
     minSdkVersion = 17



More information about the Android mailing list