[Android] buildsystem: switch to gradle 9.3.1
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:08:20 2026 +0200| [cc5d9106b407944a2c707b6e834a191d1dc1c4ca] | committer: Steve Lhomme
buildsystem: switch to gradle 9.3.1
It's the one used in the CI
> https://code.videolan.org/videolan/vlc-android/commit/cc5d9106b407944a2c707b6e834a191d1dc1c4ca
---
buildsystem/compile.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index c2119eb01b..958f3ba82a 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -310,9 +310,9 @@ fi
# GRADLE #
##########
-GRADLE_VERSION=9.2.1
+GRADLE_VERSION=9.3.1
# the SHA256 is found in https://gradle.org/release-checksums/
-GRADLE_SHA256=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
+GRADLE_SHA256=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
GRADLE_URL=https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip
GRADLE_DOWNLOADED_ZIP=gradle-${GRADLE_VERSION}-bin.zip
More information about the Android
mailing list