[Android] Bump aar versions and libvlcjni hashes

Nicolas Pomepuy git at videolan.org
Wed Mar 26 08:13:10 UTC 2025


vlc-android | branch: refs/tags/libvlc-3.6.1 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Mar 26 09:11:59 2025 +0100| [558ae22fe7fcdce57406a23fd5c118fc098ee2e6] | committer: Nicolas Pomepuy

Bump aar versions and libvlcjni hashes

> https://code.videolan.org/videolan/vlc-android/commit/558ae22fe7fcdce57406a23fd5c118fc098ee2e6
---

 build.gradle           | 4 ++--
 buildsystem/compile.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 227e656f4b..ea7b90c99d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,8 +43,8 @@ ext {
     versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.4 Beta 3'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     remoteAccessVersion = '0.5.0'
-    libvlcVersion = vlcMajorVersion == 3 ? '3.6.0' :'4.0.0-eap18'
-    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc15' : '0.13.13-vlc4-rc15'
+    libvlcVersion = vlcMajorVersion == 3 ? '3.6.1' :'4.0.0-eap19'
+    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc16' : '0.13.13-vlc4-rc16'
     minSdkVersion = 17
     targetSdkVersion = 34
     compileSdkVersion = 34
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 9c7b21f803..185e4a0b30 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -280,9 +280,9 @@ fi
 
 
 if [ "$FORCE_VLC_4" = 1 ]; then
-    LIBVLCJNI_TESTED_HASH=e1f91b8a8a3fbaea30caee940490a20adc9a8141
+    LIBVLCJNI_TESTED_HASH=44ca3af810d4fa315c916d7b0ebb8ecdb662d891
 else
-    LIBVLCJNI_TESTED_HASH=05d76f37559e2a2e5cd4248053a76ceff5a523e1
+    LIBVLCJNI_TESTED_HASH=6ec2bf46d1a5d9938c5ab62fd7294f25e50c7e1a
 fi
 LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni.git
 



More information about the Android mailing list