[Android] Upgrade gradle version
Geoffrey Métais
git at videolan.org
Wed Mar 16 11:39:44 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Mar 16 11:18:44 2016 +0100| [d06b6b60bc1d04e28421c7621b363c737cc08ba4] | committer: Geoffrey Métais
Upgrade gradle version
> https://code.videolan.org/videolan/vlc-android/commit/d06b6b60bc1d04e28421c7621b363c737cc08ba4
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 9e02e8f..179748b 100755
--- a/compile.sh
+++ b/compile.sh
@@ -76,7 +76,7 @@ checkfail()
if [ ! -d "gradle/wrapper" ]; then
echo "Downloading gradle"
- GRADLE_VERSION=2.6
+ GRADLE_VERSION=2.10
GRADLE_URL=http://services.gradle.org/distributions/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