[Android] Bump to 3.6.4 beta 3

Nicolas Pomepuy git at videolan.org
Fri Feb 28 13:04:54 UTC 2025


vlc-android | branch: refs/tags/3.6.4-beta03 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Feb 28 13:59:07 2025 +0100| [4117c2093a23a7f762b3fb61c20ac7f4c1af761a] | committer: Nicolas Pomepuy

Bump to 3.6.4 beta 3

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

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

diff --git a/NEWS b/NEWS
index bc894432ce..dea187de2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 3.6.4 Beta 2 and 3.6.4 Beta 3:
+------------------
+ * New bookmark navigation
+ * Fix the resume behavior
+ * TV audio player improvements
+ * Crash and behavior fixes
+
 Changes between 3.6.4 Beta 1 and 3.6.4 Beta 2:
 ------------------
  * Fix a permission issue
diff --git a/build.gradle b/build.gradle
index fc0cb7734f..48d152adff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3060320
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 2'
+    versionCode = 3060330
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 3'
     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