[Android] Bump the app version to 3.7.2 Beta 2
Nicolas Pomepuy
git at videolan.org
Fri Sep 11 08:48:20 UTC 2026
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Sep 11 10:30:15 2026 +0200| [33b820927fcdcb6240d9109029b323142de3ad2d] | committer: Nicolas Pomepuy
Bump the app version to 3.7.2 Beta 2
> https://code.videolan.org/videolan/vlc-android/commit/33b820927fcdcb6240d9109029b323142de3ad2d
---
NEWS | 7 +++++++
build.gradle | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 63cf9ed0b4..b55f7122a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes between 3.7.2 Beta 1 and 3.7.2 Beta 2:
+------------------
+ * Manage video playback audio/subtitle tracks using the Remote access
+ * Various Remote Access fixes
+ * Fix some playback issues
+ * Crash and behavior fixes
+
Changes between 3.7.1 and 3.7.2 Beta 1:
------------------
* Video player: fix resume after screen off
diff --git a/build.gradle b/build.gradle
index 8efecd4a4a..6a91724a2a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -61,9 +61,9 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3070110
+ versionCode = 3070120
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- versionName = vlcMajorVersion == 3 ? '3.7.2 Beta 1' : '4.0.0-preview - ' + versionCode
+ versionName = vlcMajorVersion == 3 ? '3.7.2 Beta 2' : '4.0.0-preview - ' + versionCode
remoteAccessVersion = '0.22.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.7.6' :'4.0.0-eap29'
medialibraryVersion = (vlcMajorVersion == 3 ? '0.13.23' : '0.13.22-vlc4')
More information about the Android
mailing list