[Android] Bump aar version and libvlcjni hashes

Duncan McNamara git at videolan.org
Wed Apr 23 13:28:05 UTC 2025


vlc-android | branch: refs/tags/libvlc-3.6.2 | Duncan McNamara <dcn.mcnamara at gmail.com> | Wed Apr 23 14:04:36 2025 +0200| [025433ce131b32adad9b386ea85c62fbc6800077] | committer: Nicolas Pomepuy

Bump aar version and libvlcjni hashes

> https://code.videolan.org/videolan/vlc-android/commit/025433ce131b32adad9b386ea85c62fbc6800077
---

 build.gradle                      | 4 ++--
 buildsystem/compile.sh            | 4 ++--
 buildsystem/gitlab/.gitlab-ci.yml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index 7004c21385..65f5e7485a 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 4'
     vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
     remoteAccessVersion = '0.5.0'
-    libvlcVersion = vlcMajorVersion == 3 ? '3.6.1' :'4.0.0-eap19'
-    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc16' : '0.13.13-vlc4-rc16'
+    libvlcVersion = vlcMajorVersion == 3 ? '3.6.2' :'4.0.0-eap20'
+    medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc17' : '0.13.13-vlc4-rc17'
     minSdkVersion = 17
     targetSdkVersion = 34
     compileSdkVersion = 34
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 185e4a0b30..862110d8c6 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -280,9 +280,9 @@ fi
 
 
 if [ "$FORCE_VLC_4" = 1 ]; then
-    LIBVLCJNI_TESTED_HASH=44ca3af810d4fa315c916d7b0ebb8ecdb662d891
+    LIBVLCJNI_TESTED_HASH=306c523bfadfca021fc0758317f3f7f187f1052b
 else
-    LIBVLCJNI_TESTED_HASH=6ec2bf46d1a5d9938c5ab62fd7294f25e50c7e1a
+    LIBVLCJNI_TESTED_HASH=28b690d499711e7362eb61d03855e06e2854f396
 fi
 LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni.git
 
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 3e8ebcb3aa..d37a889263 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -7,7 +7,7 @@ cache:
 
 variables:
   VLC_ANDROID_IMAGE_30: registry.videolan.org/vlc-debian-android-3.0:20230621085943
-  VLC_ANDROID_IMAGE_40: registry.videolan.org/vlc-debian-android:20240731083648
+  VLC_ANDROID_IMAGE_40: registry.videolan.org/vlc-debian-android:20250403202200
   VLC_WEB_BUILD_IMAGE: registry.videolan.org/videolan-alpine-node:20230523124511
   WEBSERVER_DIR: "./application/remote-access-client/remoteaccess"
 



More information about the Android mailing list