[Android] buildsystem: switch to gradle 9.2.1
Steve Lhomme
git at videolan.org
Fri Feb 20 12:30:14 UTC 2026
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Feb 18 08:43:34 2026 +0100| [30f2aa9341c6958a952fa78a6a5eb2a683b7a7ec] | committer: Steve Lhomme
buildsystem: switch to gradle 9.2.1
It's the minimum supported by Android Gradle Plugin (AGP) 9.
> https://code.videolan.org/videolan/vlc-android/commit/30f2aa9341c6958a952fa78a6a5eb2a683b7a7ec
---
buildsystem/compile.sh | 4 ++--
buildsystem/gitlab/.gitlab-ci.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 5e89170e15..74e74da698 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -310,9 +310,9 @@ fi
# GRADLE #
##########
-GRADLE_VERSION=8.13
+GRADLE_VERSION=9.2.1
# the SHA256 is found in https://gradle.org/release-checksums/
-GRADLE_SHA256=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
+GRADLE_SHA256=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
GRADLE_URL=https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip
GRADLE_DOWNLOADED_ZIP=gradle-${GRADLE_VERSION}-bin.zip
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 83a9b233f7..4b1ab8c0ca 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -1,7 +1,7 @@
cache:
paths:
- .gradle/
- - gradle-8.13/
+ - gradle-9.2.1/
- gradle/
- gradlew
More information about the Android
mailing list