[Android] Update gradle version

Nicolas Pomepuy git at videolan.org
Thu Jun 4 11:27:21 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jun  4 08:33:17 2020 +0200| [f613955e1a1fd976deec3a3dbd15cc7fd5389593] | committer: Nicolas Pomepuy

Update gradle version

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

 build.gradle                      | 2 +-
 buildsystem/compile.sh            | 2 +-
 buildsystem/gitlab/.gitlab-ci.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index ef23fd18f..c36467842 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
-    ext.android_plugin_version = '3.6.3'
+    ext.android_plugin_version = '4.0.0'
     ext.kotlin_version = '1.3.72'
     ext.kotlinx_version = '1.3.6'
     repositories {
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 13e1e3527..a610e4856 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -249,7 +249,7 @@ fi
 
 if [ ! -d "gradle/wrapper" ]; then
     diagnostic "Downloading gradle"
-    GRADLE_VERSION=5.6.4
+    GRADLE_VERSION=6.1.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"
 
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 39a4df9c7..7aa2db958 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -2,7 +2,7 @@ cache:
     paths:
         - .gradle/
         - gradle-5.4.1/
-        - gradle-5.6.4/
+        - gradle-6.1.1/
         - gradle/
         - gradlew
 



More information about the Android mailing list