[Android] Bump to 3.6.0 beta 6

Nicolas Pomepuy git at videolan.org
Tue Sep 24 09:10:56 UTC 2024


vlc-android | branch: refs/tags/3.6.0-beta06 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Sep 24 11:03:31 2024 +0200| [24d3b6c5f922c396d3f54c4de7e104ed958a8d10] | committer: Nicolas Pomepuy

Bump to 3.6.0 beta 6

> https://code.videolan.org/videolan/vlc-android/commit/24d3b6c5f922c396d3f54c4de7e104ed958a8d10
---

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

diff --git a/NEWS b/NEWS
index 934818b722..98a55805a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 3.6.0 Beta 4 and 3.6.0 Beta 5:
+Changes between 3.6.0 Beta 4 and 3.6.0 Beta 6:
 ------------------
  * Remote access video player remote
  * Remote access advanced media settings
diff --git a/build.gradle b/build.gradle
index 76fa605bee..684b07543a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3050450
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 5'
+    versionCode = 3050460
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 6'
     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