From 0787e95d637178c09f77a809ec7979834eb673da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:08:35 +0000 Subject: [PATCH] fix(deps): update dependency com.android.tools.build:gradle to v8 --- Helium4/android/build.gradle | 2 +- android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Helium4/android/build.gradle b/Helium4/android/build.gradle index ace22ff4..a4ea57f5 100644 --- a/Helium4/android/build.gradle +++ b/Helium4/android/build.gradle @@ -26,7 +26,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:7.2.1") + classpath("com.android.tools.build:gradle:8.7.0") classpath("com.facebook.react:react-native-gradle-plugin") classpath("de.undercouch:gradle-download-task:4.1.2") // NOTE: Do not place your application dependencies here; they belong diff --git a/android/build.gradle b/android/build.gradle index 96b62869..2262f30e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -28,7 +28,7 @@ buildscript { } dependencies { - classpath "com.android.tools.build:gradle:7.2.2" + classpath "com.android.tools.build:gradle:8.7.0" // noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" }