[Android] Bump the libvlcjni and medialibrary versions
Nicolas Pomepuy
git at videolan.org
Thu Mar 12 13:37:48 UTC 2026
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Mar 12 13:11:35 2026 +0100| [2e44dfbb4a5a8f4a282adea4270e97baaa481d23] | committer: Nicolas Pomepuy
Bump the libvlcjni and medialibrary versions
> https://code.videolan.org/videolan/vlc-android/commit/2e44dfbb4a5a8f4a282adea4270e97baaa481d23
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index b0ea322750..503b956e85 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.0' : '4.0.0-preview - ' + versionCode
remoteAccessVersion = '0.12.0'
- libvlcVersion = vlcMajorVersion == 3 ? '3.6.5' :'4.0.0-eap23'
- medialibraryVersion = '0.13.16' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc20'
+ libvlcVersion = vlcMajorVersion == 3 ? '3.7.0' :'4.0.0-eap24'
+ medialibraryVersion = '0.13.17' + (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