[Android] Bump the libvlcjni and medialibrary hashes and versions
Nicolas Pomepuy
git at videolan.org
Fri May 29 11:56:24 UTC 2026
vlc-android | branch: refs/tags/libvlc-4.0.0-eap25 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri May 29 11:33:54 2026 +0200| [c05d7a53209d309b862bf07b04896db11bc10fd6] | committer: Nicolas Pomepuy
Bump the libvlcjni and medialibrary hashes and versions
> https://code.videolan.org/videolan/vlc-android/commit/c05d7a53209d309b862bf07b04896db11bc10fd6
---
build.gradle | 4 ++--
buildsystem/compile.sh | 4 ++--
2 files changed, 4 insertions(+), 4 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
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index c57b8b2a48..931886a0d0 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -280,10 +280,10 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
- LIBVLCJNI_TESTED_HASH=da9a05e49b63780977b4a993e4f2705f7b1290f8
+ LIBVLCJNI_TESTED_HASH=039b4cb64641e56b2cd981b54efd866b00dfe3c7
LIBVLCJNI_BRANCH="master"
else
- LIBVLCJNI_TESTED_HASH=7cd0c151da4162aa3052fb6949ddab1436d8fafb
+ LIBVLCJNI_TESTED_HASH=2fca0d2b5eb1d94e2c41e23408e8087358cb983a
LIBVLCJNI_BRANCH="libvlcjni-3.x"
fi
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni.git
More information about the Android
mailing list