[Android] Bump libvlcjni/medialibrary hashes and versions
Nicolas Pomepuy
git at videolan.org
Mon Jun 15 10:37:02 UTC 2026
vlc-android | branch: refs/tags/libvlc-3.7.3 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jun 15 12:35:23 2026 +0200| [450bebcdc4b762c06cbdda07ec968c8c057f386f] | committer: Nicolas Pomepuy
Bump libvlcjni/medialibrary hashes and versions
> https://code.videolan.org/videolan/vlc-android/commit/450bebcdc4b762c06cbdda07ec968c8c057f386f
---
build.gradle | 4 ++--
buildsystem/compile.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 73d4410f2d..0391129d55 100644
--- a/build.gradle
+++ b/build.gradle
@@ -49,8 +49,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.1' :'4.0.0-eap25'
- medialibraryVersion = '0.13.19' + (vlcMajorVersion == 3 ? '' : '-vlc4')
+ libvlcVersion = vlcMajorVersion == 3 ? '3.7.3' :'4.0.0-eap27'
+ medialibraryVersion = '0.13.20' + (vlcMajorVersion == 3 ? '' : '-vlc4')
targetJVM = JavaVersion.VERSION_1_8
targetJVMKotlin = org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_1_8
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 958f3ba82a..c81930e568 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -280,10 +280,10 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
- LIBVLCJNI_TESTED_HASH=cbb488a392a98ef29c69b9c12856c4ccaeefaaed
+ LIBVLCJNI_TESTED_HASH=915b06896718e9eefd7dd8123919ff106f5ebfa0
LIBVLCJNI_BRANCH="master"
else
- LIBVLCJNI_TESTED_HASH=4c1387b4961a7c2114f263916a66d43c59130aec
+ LIBVLCJNI_TESTED_HASH=d69b55013ef3d58763934854bac2e6684b48e2af
LIBVLCJNI_BRANCH="libvlcjni-3.x"
fi
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni.git
More information about the Android
mailing list