[Android] Bump libvlcjni hash and aar versions
Nicolas Pomepuy
git at videolan.org
Mon Aug 25 12:30:20 UTC 2025
vlc-android | branch: refs/tags/libvlc-3.6.3 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Aug 25 13:08:30 2025 +0200| [b3b3ef72dce483067332d636ef3d7ab925d3ee78] | committer: Nicolas Pomepuy
Bump libvlcjni hash and aar versions
> https://code.videolan.org/videolan/vlc-android/commit/b3b3ef72dce483067332d636ef3d7ab925d3ee78
---
build.gradle | 4 ++--
buildsystem/compile.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index b7786bce7e..6298018f56 100644
--- a/build.gradle
+++ b/build.gradle
@@ -47,8 +47,8 @@ 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'
- medialibraryVersion = '0.13.13' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc17'
+ libvlcVersion = vlcMajorVersion == 3 ? '3.6.3' :'4.0.0-eap21'
+ medialibraryVersion = '0.13.14' + (vlcMajorVersion == 3 ? '' : '-vlc4') + '-rc18'
minSdkVersion = vlcMajorVersion == 3 ? 17 : 21
buildToolsVersion = vlcMajorVersion == 3 ? '35.0.0' : '35.0.0'
targetSdkVersion = 36
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 485daf2d60..94d70ca954 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=af2c3e743a26000dc3179a05757ec268d6d1bb2b
LIBVLCJNI_BRANCH="libvlcjni-3.x"
fi
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni.git
More information about the Android
mailing list