From cf9ee7aa487f6a1d7eaedc58c091f1710af2f4c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:53:11 +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..d071a076 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.1.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 5c7f395f..3deb90fe 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -10,7 +10,7 @@ buildscript { } dependencies { - classpath "com.android.tools.build:gradle:7.2.1" + classpath "com.android.tools.build:gradle:8.1.0" // noinspection DifferentKotlinGradleVersion classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" }