[Android] Bump to 3.6.4
Nicolas Pomepuy
git at videolan.org
Tue May 6 10:56:42 UTC 2025
vlc-android | branch: refs/tags/3.6.4 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue May 6 12:48:41 2025 +0200| [e7e7d16e1d64a9cbf3e50def2a8a2d6a3643d699] | committer: Nicolas Pomepuy
Bump to 3.6.4
> https://code.videolan.org/videolan/vlc-android/commit/e7e7d16e1d64a9cbf3e50def2a8a2d6a3643d699
---
NEWS | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 683676c6a1..649b7752ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.6.4 Beta 4 and 3.6.4:
+------------------
+ * Crash fixes
+
Changes between 3.6.4 Beta 4 and 3.6.4 Beta 5:
------------------
* Fix the AV1 playback aspect ratio
diff --git a/build.gradle b/build.gradle
index 1f8c562875..3ea0cdae2f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,8 +43,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3060350
- versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 5'
+ versionCode = 3060400
+ versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4'
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