[Android] Bump app to 3.7.0 Beta 3

Nicolas Pomepuy git at videolan.org
Thu Nov 20 13:13:37 UTC 2025


vlc-android | branch: refs/tags/3.7.0-beta03 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Nov 20 14:07:35 2025 +0100| [0abcc0553dc8bc40cecccab4ae3dc7156ff683c6] | committer: Nicolas Pomepuy

Bump app to 3.7.0 Beta 3

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

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

diff --git a/NEWS b/NEWS
index f861d0e001..fa0378ea93 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.7.0 Beta 2 and 3.7.0 Beta 3:
+------------------
+ * Improve the RTL layouts
+ * Fix the lock video feature
+ * Fix some theme issues
+
 Changes between 3.7.0 Beta 1 and 3.7.0 Beta 2:
 ------------------
  * Improve subtitles search
diff --git a/build.gradle b/build.gradle
index cf037a35db..dd029e0aff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,8 +43,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3060530
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 2'
+    versionCode = 3060540
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 3'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     remoteAccessVersion = '0.10.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.6.5' :'4.0.0-eap23'



More information about the Android mailing list