[Android] Bump to 3.7.0 Beta 2

Nicolas Pomepuy git at videolan.org
Wed Oct 8 11:53:01 UTC 2025


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Oct  8 13:44:11 2025 +0200| [062a2b93e3320ed57de75bbf7b7e34ef8273477d] | committer: Nicolas Pomepuy

Bump to 3.7.0 Beta 2

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

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

diff --git a/NEWS b/NEWS
index 0fecb321c3..f861d0e001 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes between 3.7.0 Beta 1 and 3.7.0 Beta 2:
+------------------
+ * Improve subtitles search
+ * Update libvlc version
+ * Behavior and crash fixes
+
 Changes between 3.6.5-1 and 3.7.0 Beta 1:
 ------------------
  * New equalizer
diff --git a/build.gradle b/build.gradle
index d1858f28e6..8dabe6ce3d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,8 +43,8 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3060520
-    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 1'
+    versionCode = 3060530
+    versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 2'
     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