[Android] Update gradle version
Geoffrey Métais
git at videolan.org
Mon Mar 6 17:17:06 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Mar 6 17:16:46 2017 +0100| [9ba60110b6c300ed29b7ae13837c543927c3c9c9] | committer: Geoffrey Métais
Update gradle version
> https://code.videolan.org/videolan/vlc-android/commit/9ba60110b6c300ed29b7ae13837c543927c3c9c9
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index bdceba8..aa2020b 100755
--- a/compile.sh
+++ b/compile.sh
@@ -107,7 +107,7 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
- GRADLE_VERSION=3.4
+ GRADLE_VERSION=3.4.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