[Android] Bump the app version to 3.7.1 Beta 1
Nicolas Pomepuy
git at videolan.org
Fri Mar 13 10:19:53 UTC 2026
vlc-android | branch: refs/tags/3.7.1-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Mar 13 11:00:19 2026 +0100| [d144f1bbf69b545b0c3fb00f3b53a99b49d61d2d] | committer: Nicolas Pomepuy
Bump the app version to 3.7.1 Beta 1
> https://code.videolan.org/videolan/vlc-android/commit/d144f1bbf69b545b0c3fb00f3b53a99b49d61d2d
---
NEWS | 9 +++++++++
build.gradle | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a1c1eaab84..3f77e71e08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes between 3.7.0 and 3.7.1 Beta 1:
+------------------
+ * Equalizer fixes
+ * Add back the deletion for multiple file sin the browser
+ * Update the remote access OTP code length
+ * Improve the feedback UI
+ * Add more size options for the subtitle size
+ * Crash fixes
+
Changes between 3.7.0 Beta 3 and 3.7.0:
------------------
* UI fixes
diff --git a/build.gradle b/build.gradle
index 503b956e85..47795eb343 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,9 +43,9 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3070000
+ versionCode = 3070010
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- versionName = vlcMajorVersion == 3 ? '3.7.0' : '4.0.0-preview - ' + versionCode
+ versionName = vlcMajorVersion == 3 ? '3.7.1 Beta 1' : '4.0.0-preview - ' + versionCode
remoteAccessVersion = '0.12.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