[Android] Bump the version and news for 3.6.0 Beta 4

Nicolas Pomepuy git at videolan.org
Mon Sep 2 11:15:33 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Sep  2 13:07:26 2024 +0200| [903ecf9ae1ec5d0caf8a357d1bbf870e6b2651a8] | committer: Nicolas Pomepuy

Bump the version and news for 3.6.0 Beta 4

> https://code.videolan.org/videolan/vlc-android/commit/903ecf9ae1ec5d0caf8a357d1bbf870e6b2651a8
---

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

diff --git a/NEWS b/NEWS
index 433c9e8028..3dbe0cece7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
-Changes between 3.6.0 Beta 1 and 3.6.0 Beta 1:
+Changes between 3.6.0 Beta 3 and 3.6.0 Beta 4:
+------------------
+ * Remote access: multiple addition and improvements
+ * Nightly auto update
+ * Video player: tap to fast play
+ * Improve the PiP mode
+ * Improve dav1d integration
+ * Crash fixes and memory leaks
+
+Changes between 3.6.0 Beta 1 and 3.6.0 Beta 3:
 ------------------
  * Remote access: more content and improvements
  * Warning for metered connections
diff --git a/build.gradle b/build.gradle
index 5bc9219e36..c5d803a630 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3050430
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 3'
+    versionCode = 3050440
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 4'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap12' :'4.0.0-eap15'
     medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc12' : '0.13.13-vlc4-rc12'



More information about the Android mailing list