From f8ff0b05d6c0f45cb65a2a85261ba89d0b052403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:27:32 +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..c2a1b21f 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.4.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..c2a1b21f 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.4.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }