[Android] Bump gradle version to 8.6
Nicolas Pomepuy
git at videolan.org
Fri Mar 8 07:18:54 UTC 2024
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Mar 5 09:38:55 2024 +0100| [b566110dbc07afd161d79457b877ea2815dad865] | committer: Nicolas Pomepuy
Bump gradle version to 8.6
> https://code.videolan.org/videolan/vlc-android/commit/b566110dbc07afd161d79457b877ea2815dad865
---
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 630d4650a4..6e3a2080de 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -240,8 +240,8 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
- GRADLE_VERSION=8.2
- GRADLE_SHA256=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3
+ GRADLE_VERSION=8.6
+ GRADLE_SHA256=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
GRADLE_URL=https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip
wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL} || fail "gradle: download failed"
echo $GRADLE_SHA256 gradle-${GRADLE_VERSION}-bin.zip | sha256sum -c || fail "gradle: hash mismatch"
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 2b18c7deaf..c0002cbc90 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -1,7 +1,7 @@
cache:
paths:
- .gradle/
- - gradle-8.2/
+ - gradle-8.6/
- gradle/
- gradlew
More information about the Android
mailing list