From 79ea2c1ebbb6fdfc488740bfb6d590edd8fd2689 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:29:01 +0000 Subject: [PATCH] Update dependency com.android.tools.build:gradle to v8 --- Commander/android/build.gradle | 2 +- Listener/android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Commander/android/build.gradle b/Commander/android/build.gradle index 65098950..08d2d493 100644 --- a/Commander/android/build.gradle +++ b/Commander/android/build.gradle @@ -13,7 +13,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:4.2.2") + classpath("com.android.tools.build:gradle:8.5.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/Listener/android/build.gradle b/Listener/android/build.gradle index 65098950..08d2d493 100644 --- a/Listener/android/build.gradle +++ b/Listener/android/build.gradle @@ -13,7 +13,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:4.2.2") + classpath("com.android.tools.build:gradle:8.5.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }