[Android] Bump the app to 3.6.3

Nicolas Pomepuy git at videolan.org
Fri Jan 31 10:29:52 UTC 2025


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jan 31 11:19:15 2025 +0100| [13b29e86218b37dd567378e8874d1146642a02f5] | committer: Nicolas Pomepuy

Bump the app to 3.6.3

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

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

diff --git a/NEWS b/NEWS
index 2e47bf0ecb..30f64a05bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.6.2 and 3.6.3:
+------------------
+ * Fix SMB navigation
+ * Cast only audio setting
+ * Behavior and crash fixes
+
 Changes between 3.6.1 and 3.6.2:
 ------------------
  * Update the remote access dependency to fix a crash loop
diff --git a/build.gradle b/build.gradle
index 2e4636b9f2..e0dae3f923 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3060200
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.2'
+    versionCode = 3060300
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.3'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     remoteAccessVersion = '0.2.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.0' :'4.0.0-eap18'



More information about the Android mailing list