[Android] Bump the libvlcjni and medialibrary versions

Nicolas Pomepuy git at videolan.org
Fri May 29 09:35:16 UTC 2026


vlc-android | branch: refs/tags/libvlc-3.7.1 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri May 29 11:33:54 2026 +0200| [4ede22d50cade905993663852e0c40228da9a4eb] | committer: Nicolas Pomepuy

Bump the libvlcjni and medialibrary versions

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

 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index a73e633697..5a70f8a946 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,8 +47,8 @@ ext {
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     versionName = vlcMajorVersion == 3 ? '3.7.1' : '4.0.0-preview - ' + versionCode
     remoteAccessVersion = '0.17.0'
-    libvlcVersion = vlcMajorVersion == 3 ? '3.7.0' :'4.0.0-eap24'
-    medialibraryVersion = '0.13.17' + (vlcMajorVersion == 3 ? '' : '-vlc4')
+    libvlcVersion = vlcMajorVersion == 3 ? '3.7.1' :'4.0.0-eap25'
+    medialibraryVersion = '0.13.18' + (vlcMajorVersion == 3 ? '' : '-vlc4')
     Properties properties = new Properties()
     properties.load(project.rootProject.file('local.properties').newDataInputStream())
     // default ndkVersion in  android_plugin_version in 8.9.1: 27.0.12077973



More information about the Android mailing list