[Android] Bump the app version to 3.7.1 Beta 2

Nicolas Pomepuy git at videolan.org
Thu Mar 26 13:10:58 UTC 2026


vlc-android | branch: refs/tags/3.7.1-beta02 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Mar 26 14:00:30 2026 +0100| [d29194c2bf644433088e17f55321925f2af486fd] | committer: Nicolas Pomepuy

Bump the app version to 3.7.1 Beta 2

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

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

diff --git a/NEWS b/NEWS
index 3f77e71e08..b56f7efebf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+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
+
 Changes between 3.7.0 and 3.7.1 Beta 1:
 ------------------
  * Equalizer fixes
diff --git a/build.gradle b/build.gradle
index 56417d23e7..dd8676c5a3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,9 +43,9 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3070010
+    versionCode = 3070020
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    versionName = vlcMajorVersion == 3 ? '3.7.1 Beta 1' : '4.0.0-preview - ' + versionCode
+    versionName = vlcMajorVersion == 3 ? '3.7.1 Beta 2' : '4.0.0-preview - ' + versionCode
     remoteAccessVersion = '0.13.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