[Android] Bump the app to 3.6.4 Beta 5

Nicolas Pomepuy git at videolan.org
Fri Apr 25 09:15:42 UTC 2025


vlc-android | branch: refs/tags/3.6.4-beta05 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Apr 25 11:06:27 2025 +0200| [4150f85eae2fa644a2ec3196288b62ac339699b1] | committer: Nicolas Pomepuy

Bump the app to 3.6.4 Beta 5

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

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

diff --git a/NEWS b/NEWS
index 43cf639cd3..683676c6a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes between 3.6.4 Beta 4 and 3.6.4 Beta 5:
+------------------
+ * Fix the AV1 playback aspect ratio
+ * Improve the play queue item's actions
+ * Improve the feedback screen and add one in the Remote Access
+ * Add the incognito mode on TV
+ * Fix some RTL issues
+ * New 2:1 aspect ratio
+ * Playback fixes
+ * Crash and behavior fixes
+
 Changes between 3.6.4 Beta 3 and 3.6.4 Beta 4:
 ------------------
  * New default playback setting
diff --git a/build.gradle b/build.gradle
index 7701812d45..1f8c562875 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,8 +43,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3060340
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 4'
+    versionCode = 3060350
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 5'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     remoteAccessVersion = '0.6.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.2' :'4.0.0-eap20'



More information about the Android mailing list