[Android] Bump to 3.6.4 Beta 2

Nicolas Pomepuy git at videolan.org
Wed Feb 19 11:05:13 UTC 2025


vlc-android | branch: refs/tags/3.6.4-beta02 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Feb 19 11:44:59 2025 +0100| [c1536cd5955ee92f14093b7f36c7e7e135380ec0] | committer: Nicolas Pomepuy

Bump to 3.6.4 Beta 2

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

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

diff --git a/NEWS b/NEWS
index dd7b4d3ad0..bc894432ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.6.4 Beta 1 and 3.6.4 Beta 2:
+------------------
+ * Fix a permission issue
+ * Add a confirmation when overwriting playlists
+
 Changes between 3.6.3 and 3.6.4 Beta 1:
 ------------------
  * Improve the playback speed feature
diff --git a/build.gradle b/build.gradle
index 7935791240..fc0cb7734f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3060310
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 1'
+    versionCode = 3060320
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 2'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     remoteAccessVersion = '0.3.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.0' :'4.0.0-eap18'



More information about the Android mailing list