[Android] Bump the app version to 3.7.2 Beta 1

Nicolas Pomepuy git at videolan.org
Fri Jul 10 10:16:43 UTC 2026


vlc-android | branch: refs/tags/3.7.2-beta01 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jul  9 10:36:02 2026 +0200| [b849dd1128eb2bb804365f3001a99138a426f15e] | committer: Nicolas Pomepuy

Bump the app version to 3.7.2 Beta 1

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

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

diff --git a/NEWS b/NEWS
index 04b0db7e37..63cf9ed0b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes between 3.7.1 and 3.7.2 Beta 1:
+------------------
+ * Video player: fix resume after screen off
+ * Equalizer improvements on TV
+ * Audio player: load album arts at display resolution
+ * Improve the debug logs UI
+ * Fix metadata for shared videos without mime type
+ * Crash and behavior fixes
+
 Changes between 3.7.1 Beta 2 and 3.7.1:
 ------------------
  * Crash fixes
diff --git a/build.gradle b/build.gradle
index 142a95bb98..57a8126aa1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,9 +45,9 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionCode = 3070100
+    versionCode = 3070110
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
-    versionName = vlcMajorVersion == 3 ? '3.7.1' : '4.0.0-preview - ' + versionCode
+    versionName = vlcMajorVersion == 3 ? '3.7.2 Beta 1' : '4.0.0-preview - ' + versionCode
     remoteAccessVersion = '0.18.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.7.5' :'4.0.0-eap29'
     medialibraryVersion = '0.13.22' + (vlcMajorVersion == 3 ? '' : '-vlc4')



More information about the Android mailing list