[Android] Bump to 3.6.0

Nicolas Pomepuy git at videolan.org
Wed Jan 8 09:55:49 UTC 2025


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jan  8 10:50:08 2025 +0100| [209214f8ba7c0a15ac585ec926f2e57f27e01697] | committer: Nicolas Pomepuy

Bump to 3.6.0

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

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

diff --git a/NEWS b/NEWS
index 908b77b285..7390c3433d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.6.0 Beta 6 and 3.6.0:
+------------------
+ * Improve the orientation user experience in the video player
+ * Behavior and crash fixes
+
 Changes between 3.6.0 Beta 5 and 3.6.0 Beta 6:
 ------------------
  * Fix the remote access not included in the app bundle
diff --git a/build.gradle b/build.gradle
index 74ddc8eaca..1db80d7528 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3050760
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 6'
+    versionCode = 3060000
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     remoteAccessVersion = '0.1.2'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap14' :'4.0.0-eap17'



More information about the Android mailing list