[Android] Bump libvlcjni/medialibrary hashes and versions
Nicolas Pomepuy
git at videolan.org
Mon Jun 15 11:52:14 UTC 2026
vlc-android | branch: refs/tags/libvlc-4.0.0-eap28 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jun 15 13:50:45 2026 +0200| [6ef0bfdcb8230e589df24143d9d74d785bd9d339] | committer: Nicolas Pomepuy
Bump libvlcjni/medialibrary hashes and versions
> https://code.videolan.org/videolan/vlc-android/commit/6ef0bfdcb8230e589df24143d9d74d785bd9d339
---
build.gradle | 4 ++--
buildsystem/compile.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 0391129d55..a8b8fdb001 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.3' :'4.0.0-eap27'
- medialibraryVersion = '0.13.20' + (vlcMajorVersion == 3 ? '' : '-vlc4')
+ libvlcVersion = vlcMajorVersion == 3 ? '3.7.4' :'4.0.0-eap28'
+ medialibraryVersion = '0.13.21' + (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 c81930e568..3d7096a05c 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -280,10 +280,10 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
- LIBVLCJNI_TESTED_HASH=915b06896718e9eefd7dd8123919ff106f5ebfa0
+ LIBVLCJNI_TESTED_HASH=794644aade3b6f2cfb81343d84bfc0a52a2fbc1e
LIBVLCJNI_BRANCH="master"
else
- LIBVLCJNI_TESTED_HASH=d69b55013ef3d58763934854bac2e6684b48e2af
+ LIBVLCJNI_TESTED_HASH=08cbcce16a2f2cf9ca64f253cc8688d8b55a97da
LIBVLCJNI_BRANCH="libvlcjni-3.x"
fi
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni.git
More information about the Android
mailing list