[Android] Bump libvlcjni hashes and ML version
Nicolas Pomepuy
git at videolan.org
Mon Jun 1 08:30:21 UTC 2026
vlc-android | branch: refs/tags/libvlc-4.0.0-eap26 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jun 1 09:00:00 2026 +0200| [88b1250f92d57d05174a932bf970c688a4fec366] | committer: Nicolas Pomepuy
Bump libvlcjni hashes and ML version
> https://code.videolan.org/videolan/vlc-android/commit/88b1250f92d57d05174a932bf970c688a4fec366
---
build.gradle | 2 +-
buildsystem/compile.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 5a70f8a946..b16ddfd451 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,7 +48,7 @@ ext {
versionName = vlcMajorVersion == 3 ? '3.7.1' : '4.0.0-preview - ' + versionCode
remoteAccessVersion = '0.17.0'
libvlcVersion = vlcMajorVersion == 3 ? '3.7.1' :'4.0.0-eap25'
- medialibraryVersion = '0.13.18' + (vlcMajorVersion == 3 ? '' : '-vlc4')
+ medialibraryVersion = '0.13.19' + (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 931886a0d0..9f66fedf23 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -280,10 +280,10 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
- LIBVLCJNI_TESTED_HASH=039b4cb64641e56b2cd981b54efd866b00dfe3c7
+ LIBVLCJNI_TESTED_HASH=d3058ce947fa13e0ce5cf5e767e4ada7a85b1063
LIBVLCJNI_BRANCH="master"
else
- LIBVLCJNI_TESTED_HASH=2fca0d2b5eb1d94e2c41e23408e8087358cb983a
+ LIBVLCJNI_TESTED_HASH=f6d8607210adba08f504e4b065f18620ba652de6
LIBVLCJNI_BRANCH="libvlcjni-3.x"
fi
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni.git
More information about the Android
mailing list