[Android] Bump app version to 3.6.1

Nicolas Pomepuy git at videolan.org
Tue Jan 21 10:41:58 UTC 2025


vlc-android | branch: refs/tags/3.6.1 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Jan 21 11:29:59 2025 +0100| [ba497b15170b33721c8f83656f55098f898837a0] | committer: Nicolas Pomepuy

Bump app version to 3.6.1

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

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

diff --git a/NEWS b/NEWS
index 7390c3433d..f35737d5b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes between 3.6.0 and 3.6.1:
+------------------
+ * Behavior and crash fixes
+
 Changes between 3.6.0 Beta 6 and 3.6.0:
 ------------------
  * Improve the orientation user experience in the video player
diff --git a/build.gradle b/build.gradle
index 1db80d7528..d14851c07c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3060000
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0'
+    versionCode = 3060100
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.1'
     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