[Android] Upgrade gradle version
Geoffrey Métais
git at videolan.org
Tue Jan 15 18:21:05 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Jan 15 18:19:46 2019 +0100| [bd34e1c8ac32ebf960b177168d1db48fe9166ab0] | committer: Geoffrey Métais
Upgrade gradle version
> https://code.videolan.org/videolan/vlc-android/commit/bd34e1c8ac32ebf960b177168d1db48fe9166ab0
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 66c6441eb..ea6c7b710 100755
--- a/compile.sh
+++ b/compile.sh
@@ -120,7 +120,7 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
- GRADLE_VERSION=4.6
+ GRADLE_VERSION=4.10.1
GRADLE_URL=https://download.videolan.org/pub/contrib/gradle/gradle-${GRADLE_VERSION}-bin.zip
wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL}
checkfail "gradle: download failed"
More information about the Android
mailing list