[Android] Bump to 3.6.5

Nicolas Pomepuy git at videolan.org
Wed May 7 10:06:53 UTC 2025


vlc-android | branch: refs/tags/3.6.5 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed May  7 11:57:19 2025 +0200| [b75dbeda8d6468147332330bc648fbdf1ff0cb5b] | committer: Nicolas Pomepuy

Bump to 3.6.5

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

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

diff --git a/NEWS b/NEWS
index 649b7752ad..7372b5f97f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 3.6.4 Beta 4 and 3.6.4:
+Changes between 3.6.4 Beta 4 and 3.6.5:
 ------------------
  * Crash fixes
 
diff --git a/build.gradle b/build.gradle
index 3ea0cdae2f..736b034160 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,8 +43,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3060400
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4'
+    versionCode = 3060500
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.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