[Android] Bump AGP version to 7.5

Nicolas Pomepuy git at videolan.org
Fri Jul 7 13:38:35 UTC 2023


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jun  8 13:03:45 2023 +0200| [45ae8ec56d43799df611a9856d9709e062ae0e83] | committer: Nicolas Pomepuy

Bump AGP version to 7.5

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

 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 4170fc047c..18509c7f1c 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.3.1'
+    ext.android_plugin_version = '7.4.2'
     ext.kotlin_version = '1.7.10'
     ext.kotlinx_version = '1.6.0'
     repositories {
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index d5b739c151..c89d23c5d8 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.4
+    GRADLE_VERSION=7.5
     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 9f12b6dcf0..e5f1c2496a 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -4,6 +4,7 @@ cache:
         - gradle-7.2/
         - gradle-7.3.3/
         - gradle-7.4/
+        - gradle-7.5/
         - gradle/
         - gradlew
 



More information about the Android mailing list