[Android] Bump the app to 3.7.0
Nicolas Pomepuy
git at videolan.org
Mon Feb 23 12:49:58 UTC 2026
vlc-android | branch: refs/tags/3.7.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Feb 23 13:41:05 2026 +0100| [d613fda0af1dc55b56b4c961180fa1cffe36fc79] | committer: Nicolas Pomepuy
Bump the app to 3.7.0
> https://code.videolan.org/videolan/vlc-android/commit/d613fda0af1dc55b56b4c961180fa1cffe36fc79
---
NEWS | 2 +-
build.gradle | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index e6b1070ff1..a1c1eaab84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes between 3.7.0 Beta 3 and 3.7.0 Beta 4:
+Changes between 3.7.0 Beta 3 and 3.7.0:
------------------
* UI fixes
* Crash fixes
diff --git a/build.gradle b/build.gradle
index 6b27bb00ad..8fc3d79e88 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,9 +43,9 @@ allprojects {
ext {
appId = "org.videolan.vlc"
- versionCode = 3060550
+ versionCode = 3070000
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- versionName = vlcMajorVersion == 3 ? '3.7.0 Beta 4' : '4.0.0-preview - ' + versionCode
+ versionName = vlcMajorVersion == 3 ? '3.7.0' : '4.0.0-preview - ' + versionCode
remoteAccessVersion = '0.11.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.6.5' :'4.0.0-eap23'
medialibraryVersion = '0.13.16' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc20'
More information about the Android
mailing list