[Android] Bump app version to 3.7.0 Beta 1
Nicolas Pomepuy
git at videolan.org
Thu Sep 4 08:01:30 UTC 2025
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Sep 1 11:34:16 2025 +0200| [46db88824716ef118dbd9696e8c5c366dd4a2117] | committer: Nicolas Pomepuy
Bump app version to 3.7.0 Beta 1
> https://code.videolan.org/videolan/vlc-android/commit/46db88824716ef118dbd9696e8c5c366dd4a2117
---
NEWS | 8 ++++++++
build.gradle | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 1136d80908..0fecb321c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes between 3.6.5-1 and 3.7.0 Beta 1:
+------------------
+ * New equalizer
+ * Better setting export/import
+ * Support for 16k alignment devices
+ * Move the Android Auto settings to the mobile app
+ * Behavior and crash fixes
+
Changes between 3.6.5 and 3.6.5-1:
------------------
* Improve settings backup/restore
diff --git a/build.gradle b/build.gradle
index c5cfea4bbb..8c9e3c74a1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,8 +43,8 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3060510
- versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.5-1'
+ versionCode = 3060520
+ versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.7.0 Beta 1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
remoteAccessVersion = '0.9.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.3' :'4.0.0-eap21'
More information about the Android
mailing list