From b306d45cc7d9259e6963a034f8d8fe020cf241f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:26:36 +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..a6896de1 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.3.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..8fdd2c38 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.3.0" // noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" }