[Android] compile.sh: Bump gradle version to 5.4.1

Hugo Beauzée-Luyssen git at videolan.org
Fri Aug 23 11:19:11 CEST 2019


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Aug 23 09:58:14 2019 +0200| [034bf96da45225bd174beccc7a75f32375abc963] | committer: Hugo Beauzée-Luyssen

compile.sh: Bump gradle version to 5.4.1

> https://code.videolan.org/videolan/vlc-android/commit/034bf96da45225bd174beccc7a75f32375abc963
---

 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