[Android] Use HTTPS to download gradle

Jean-Baptiste Kempf git at videolan.org
Wed Jun 29 20:28:02 CEST 2016


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 29 20:27:28 2016 +0200| [3cd27d185b41de47d48c7c6d6ed7d173aa5e2ce6] | committer: Jean-Baptiste Kempf

Use HTTPS to download gradle

> https://code.videolan.org/videolan/vlc-android/commit/3cd27d185b41de47d48c7c6d6ed7d173aa5e2ce6
---

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

diff --git a/compile.sh b/compile.sh
index a97255e..3f10495 100755
--- a/compile.sh
+++ b/compile.sh
@@ -77,7 +77,7 @@ checkfail()
 if [ ! -d "gradle/wrapper" ]; then
     echo "Downloading gradle"
     GRADLE_VERSION=2.10
-    GRADLE_URL=http://download.videolan.org/pub/contrib/gradle-${GRADLE_VERSION}-all.zip
+    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