[Android] Bump the gradle plugin version
Nicolas Pomepuy
git at videolan.org
Wed Sep 28 05:59:05 UTC 2022
vlc-android | branch: 3.5.x | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Sep 27 14:41:02 2022 +0200| [43994279cfddf98d7355d5b5d33b7f4f2cfee9d6] | committer: Nicolas Pomepuy
Bump the gradle plugin version
(cherry picked from commit 07afbcca260e07ca46663927c7c58ac3d93f6b89)
> https://code.videolan.org/videolan/vlc-android/commit/43994279cfddf98d7355d5b5d33b7f4f2cfee9d6
---
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 88582d977..6acff6792 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 82e75d32d..d17276c26 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -237,7 +237,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 faa5fc18b..19ab26cb1 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