[Android] Bump the app version to 3.7.1

Nicolas Pomepuy git at videolan.org
Thu May 7 08:32:59 UTC 2026


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu May  7 10:22:22 2026 +0200| [baeb1edae0678927ebe16d482d979e9c7e75ead6] | committer: Nicolas Pomepuy

Bump the app version to 3.7.1

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

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

diff --git a/NEWS b/NEWS
index b56f7efebf..04b0db7e37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,11 @@
+Changes between 3.7.1 Beta 2 and 3.7.1:
+------------------
+ * Crash fixes
+
 Changes between 3.7.1 Beta 1 and 3.7.1 Beta 2:
 ------------------
  * Remote access: allow playing audio media in the browser
- * Crash and bahavior fixes
+ * Crash and behavior fixes
 
 Changes between 3.7.0 and 3.7.1 Beta 1:
 ------------------
diff --git a/build.gradle b/build.gradle
index b1dd22fc46..a73e633697 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,9 +43,9 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3070020
+    versionCode = 3070100
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    versionName = vlcMajorVersion == 3 ? '3.7.1 Beta 2' : '4.0.0-preview - ' + versionCode
+    versionName = vlcMajorVersion == 3 ? '3.7.1' : '4.0.0-preview - ' + versionCode
     remoteAccessVersion = '0.17.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.7.0' :'4.0.0-eap24'
     medialibraryVersion = '0.13.17' + (vlcMajorVersion == 3 ? '' : '-vlc4')



More information about the Android mailing list