[Android] Use a subfolder for gradle

Jean-Baptiste Kempf git at videolan.org
Mon Aug 29 16:49:21 CEST 2016


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 29 16:48:21 2016 +0200| [631ff4b33103ba9a625cf97c1564a63cc5bd98b4] | committer: Jean-Baptiste Kempf

Use a subfolder for gradle

> https://code.videolan.org/videolan/vlc-android/commit/631ff4b33103ba9a625cf97c1564a63cc5bd98b4
---

 compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 155fb96..5228488 100755
--- a/compile.sh
+++ b/compile.sh
@@ -114,7 +114,7 @@ fi
 if [ ! -d "gradle/wrapper" ]; then
     diagnostic "Downloading gradle"
     GRADLE_VERSION=2.14.1
-    GRADLE_URL=https://download.videolan.org/pub/contrib/gradle-${GRADLE_VERSION}-all.zip
+    GRADLE_URL=https://download.videolan.org/pub/contrib/gradle/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