[Android] Download gradle 5.6.4
Geoffrey Métais
git at videolan.org
Thu Feb 13 11:16:10 CET 2020
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb 13 09:40:18 2020 +0100| [3e13e2311f89eb0323b135f6faa303e7b9357db6] | committer: Geoffrey Métais
Download gradle 5.6.4
> https://code.videolan.org/videolan/vlc-android/commit/3e13e2311f89eb0323b135f6faa303e7b9357db6
---
buildsystem/compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index ef071458d..5c0dfbaec 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -249,7 +249,7 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
- GRADLE_VERSION=5.4.1
+ GRADLE_VERSION=5.6.4
GRADLE_URL=https://download.videolan.org/pub/contrib/gradle/gradle-${GRADLE_VERSION}-bin.zip
wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL} || fail "gradle: download failed"
More information about the Android
mailing list