[Android] Bump to 3.5.3 beta 2

Nicolas Pomepuy git at videolan.org
Thu Oct 20 04:32:49 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Oct 20 06:26:23 2022 +0200| [247b0700cfe07f92015b0baaf75717822c288ab5] | committer: Nicolas Pomepuy

Bump to 3.5.3 beta 2

> https://code.videolan.org/videolan/vlc-android/commit/247b0700cfe07f92015b0baaf75717822c288ab5
---

 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 6cc73080d..8c43a7c44 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,8 +38,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3050210
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3 Beta 1'
+    versionCode = 3050220
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.5.3 Beta 2'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     libvlcVersion = vlcMajorVersion == 3 ? '3.5.3-eap1' :'4.0.0-eap3'
     medialibraryVersion = vlcMajorVersion == 3 ? '0.13.5-eap1' : '0.12.0-vlc4-eap3'



More information about the Android mailing list