[Android] Use gradle 2.14.1
Jean-Baptiste Kempf
git at videolan.org
Mon Aug 29 16:46:11 CEST 2016
vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 29 16:45:13 2016 +0200| [e7f5abb2d4847183b498fef1584be5bc4dc49815] | committer: Jean-Baptiste Kempf
Use gradle 2.14.1
> https://code.videolan.org/videolan/vlc-android/commit/e7f5abb2d4847183b498fef1584be5bc4dc49815
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 9588cf2..155fb96 100755
--- a/compile.sh
+++ b/compile.sh
@@ -113,7 +113,7 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
- GRADLE_VERSION=2.10
+ GRADLE_VERSION=2.14.1
GRADLE_URL=https://download.videolan.org/pub/contrib/gradle-${GRADLE_VERSION}-all.zip
wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL}
checkfail "gradle: download failed"
More information about the Android
mailing list