[Android] Bump the app to 3.7.0 Beta 4

Nicolas Pomepuy git at videolan.org
Thu Feb 12 10:39:07 UTC 2026


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Feb 12 11:31:07 2026 +0100| [501844e65200339554c29dedbee0e6226f7e4828] | committer: Nicolas Pomepuy

Bump the app to 3.7.0 Beta 4

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

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

diff --git a/NEWS b/NEWS
index fa0378ea93..e6b1070ff1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes between 3.7.0 Beta 3 and 3.7.0 Beta 4:
+------------------
+ * UI fixes
+ * Crash fixes
+
 Changes between 3.7.0 Beta 2 and 3.7.0 Beta 3:
 ------------------
  * Improve the RTL layouts
diff --git a/build.gradle b/build.gradle
index df548c74d7..71a935203d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,8 +43,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3060540
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 3'
+    versionCode = 3060550
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 4'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     remoteAccessVersion = '0.11.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.5' :'4.0.0-eap23'



More information about the Android mailing list