[Android] compile.sh: Bump gradle version to 5.4.1
Hugo Beauzée-Luyssen
git at videolan.org
Tue Aug 27 13:01:53 CEST 2019
vlc-android | branch: 3.2.x | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Aug 23 09:58:14 2019 +0200| [b86625e1ac25ba3bba599d2855b59f24c2c4854f] | committer: Nicolas Pomepuy
compile.sh: Bump gradle version to 5.4.1
(cherry picked from commit 034bf96da45225bd174beccc7a75f32375abc963)
> https://code.videolan.org/videolan/vlc-android/commit/b86625e1ac25ba3bba599d2855b59f24c2c4854f
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 4f88ce59a..4503eefc1 100755
--- a/compile.sh
+++ b/compile.sh
@@ -244,7 +244,7 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
- GRADLE_VERSION=5.1.1
+ GRADLE_VERSION=5.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} || fail "gradle: download failed"
More information about the Android
mailing list