[Android] Bump Android gradle plugin to 7.2.0
Nicolas Pomepuy
git at videolan.org
Wed May 25 09:01:59 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue May 24 15:00:08 2022 +0200| [5cea3db182e5fb6fbd60c971a997cbdc49e5e50a] | committer: Nicolas Pomepuy
Bump Android gradle plugin to 7.2.0
> https://code.videolan.org/videolan/vlc-android/commit/5cea3db182e5fb6fbd60c971a997cbdc49e5e50a
---
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 de9ad5129..c5b7dc623 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.1.3'
+ ext.android_plugin_version = '7.2.0'
ext.kotlin_version = '1.6.20'
ext.kotlinx_version = '1.6.0'
repositories {
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 89e461449..a1f6561fb 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -262,7 +262,7 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
- GRADLE_VERSION=7.2
+ GRADLE_VERSION=7.3.3
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 40fae1d45..f1f3c95d9 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -2,6 +2,7 @@ cache:
paths:
- .gradle/
- gradle-7.2/
+ - gradle-7.3.3/
- gradle/
- gradlew
More information about the Android
mailing list