[Android] Bump the gradle plugin version

Nicolas Pomepuy git at videolan.org
Tue Sep 27 13:22:31 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Sep 27 14:41:02 2022 +0200| [07afbcca260e07ca46663927c7c58ac3d93f6b89] | committer: Nicolas Pomepuy

Bump the gradle plugin version

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

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

diff --git a/build.gradle b/build.gradle
index 3465f7885..b8b11ea04 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 = '7.2.1'
+    ext.android_plugin_version = '7.3.0'
     ext.kotlin_version = '1.7.10'
     ext.kotlinx_version = '1.6.0'
     repositories {
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 0e480cc35..bebe4203c 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -240,7 +240,7 @@ fi
 
 if [ ! -d "gradle/wrapper" ]; then
     diagnostic "Downloading gradle"
-    GRADLE_VERSION=7.3.3
+    GRADLE_VERSION=7.4
     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 940870033..7308fa9c1 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -3,6 +3,7 @@ cache:
         - .gradle/
         - gradle-7.2/
         - gradle-7.3.3/
+        - gradle-7.4/
         - gradle/
         - gradlew
 



More information about the Android mailing list