[Android] Bump libvlcjni hash and aar versions
Nicolas Pomepuy
git at videolan.org
Mon Aug 25 11:11:09 UTC 2025
vlc-android | branch: refs/tags/libvlc-4.0.0-eap21 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Aug 25 13:08:30 2025 +0200| [a6aaf3a300ed73943c43da67dc31a5f6ae3ec085] | committer: Nicolas Pomepuy
Bump libvlcjni hash and aar versions
> https://code.videolan.org/videolan/vlc-android/commit/a6aaf3a300ed73943c43da67dc31a5f6ae3ec085
---
build.gradle | 2 +-
buildsystem/compile.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index b7786bce7e..f5ad837535 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,7 +47,7 @@ ext {
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.5-1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
remoteAccessVersion = '0.8.0'
- libvlcVersion = vlcMajorVersion == 3 ? '3.6.2' :'4.0.0-eap20'
+ libvlcVersion = vlcMajorVersion == 3 ? '3.6.3' :'4.0.0-eap21'
medialibraryVersion = '0.13.13' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc17'
minSdkVersion = vlcMajorVersion == 3 ? 17 : 21
buildToolsVersion = vlcMajorVersion == 3 ? '35.0.0' : '35.0.0'
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 485daf2d60..921ebbe1a9 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -301,10 +301,10 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
- LIBVLCJNI_TESTED_HASH=798d9e9c80904163db64c3bf4193c35521eb7ed3
+ LIBVLCJNI_TESTED_HASH=a1c3a2f1507396a3e030e5e3211b8a6618232369
LIBVLCJNI_BRANCH="master"
else
- LIBVLCJNI_TESTED_HASH=cef9bee0c8483127da342f589d6499ed9894cbe7
+ LIBVLCJNI_TESTED_HASH=12922c2ce540f561e818b08b9c3bb10e2247f9bf
LIBVLCJNI_BRANCH="libvlcjni-3.x"
fi
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni.git
More information about the Android
mailing list