[Android] Change the ml version for VLC 4

Nicolas Pomepuy git at videolan.org
Fri Sep 11 07:09:29 UTC 2026


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Sep 11 08:41:23 2026 +0200| [5f7074976a735b94648d2c9eb71966af1cde92ff] | committer: Nicolas Pomepuy

Change the ml version for VLC 4

It's needed as we only published the artifacts for VLC 3 this time

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

 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 55a01d00e0..8efecd4a4a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,7 +66,7 @@ ext {
     versionName = vlcMajorVersion == 3 ? '3.7.2 Beta 1' : '4.0.0-preview - ' + versionCode
     remoteAccessVersion = '0.22.0'
     libvlcVersion = vlcMajorVersion == 3 ? '3.7.6' :'4.0.0-eap29'
-    medialibraryVersion = '0.13.23' + (vlcMajorVersion == 3 ? '' : '-vlc4')
+    medialibraryVersion = (vlcMajorVersion == 3 ? '0.13.23' : '0.13.22-vlc4')
 
     targetJVM = JavaVersion.VERSION_1_8
     targetJVMKotlin = org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_1_8



More information about the Android mailing list