[Android] Bump to 3.6.4 Beta 1

Nicolas Pomepuy git at videolan.org
Mon Feb 17 13:59:25 UTC 2025


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Feb 17 14:45:32 2025 +0100| [e46a24b41e2846b30deb63b030ea2be273101217] | committer: Nicolas Pomepuy

Bump to 3.6.4 Beta 1

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

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

diff --git a/NEWS b/NEWS
index 30f64a05bb..dd7b4d3ad0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes between 3.6.3 and 3.6.4 Beta 1:
+------------------
+ * Improve the playback speed feature
+ * Subtitle download fixes
+ * Fix some permission issues
+ * Widget state improvement
+ * UI and crash fixes
+
 Changes between 3.6.2 and 3.6.3:
 ------------------
  * Fix SMB navigation
diff --git a/build.gradle b/build.gradle
index 86efff9a62..7935791240 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3060300
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.3'
+    versionCode = 3060310
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 1'
     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