[Android] CI: update Docker images with Gradle 9.3.1 and NDK 29 (except 32-bit)

Steve Lhomme git at videolan.org
Wed Jun 10 09:28:00 UTC 2026


vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 10 09:15:19 2026 +0200| [ef8bac6feb1b188368b8164767d6b3f5086ff70e] | committer: Steve Lhomme

CI: update Docker images with Gradle 9.3.1 and NDK 29 (except 32-bit)

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

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

diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 3e62d0e2bf..c2119eb01b 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -280,10 +280,10 @@ fi
 
 
 if [ "$FORCE_VLC_4" = 1 ]; then
-    LIBVLCJNI_TESTED_HASH=d3058ce947fa13e0ce5cf5e767e4ada7a85b1063
+    LIBVLCJNI_TESTED_HASH=cbb488a392a98ef29c69b9c12856c4ccaeefaaed
     LIBVLCJNI_BRANCH="master"
 else
-    LIBVLCJNI_TESTED_HASH=f6d8607210adba08f504e4b065f18620ba652de6
+    LIBVLCJNI_TESTED_HASH=4c1387b4961a7c2114f263916a66d43c59130aec
     LIBVLCJNI_BRANCH="libvlcjni-3.x"
 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 4b1ab8c0ca..9bb580e755 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -1,13 +1,13 @@
 cache:
     paths:
         - .gradle/
-        - gradle-9.2.1/
+        - gradle-9.3.1/
         - gradle/
         - gradlew
 
 variables:
-  VLC_ANDROID_IMAGE_30: registry.videolan.org/vlc-debian-android-3.0:20250806120145
-  VLC_ANDROID_IMAGE_40: registry.videolan.org/vlc-debian-android:20250806120145
+  VLC_ANDROID_IMAGE_30: registry.videolan.org/vlc-debian-android-3.0:20260610055743
+  VLC_ANDROID_IMAGE_40: registry.videolan.org/vlc-debian-android:20260610055743
   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