From 811898f31d29da4df75894634ea8128fc61d2f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:45:12 +0000 Subject: [PATCH] Bump com.android.tools.build:gradle in /mobile/android Bumps com.android.tools.build:gradle from 7.3.1 to 8.3.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- mobile/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/build.gradle b/mobile/android/build.gradle index 322d3562..b8b94469 100644 --- a/mobile/android/build.gradle +++ b/mobile/android/build.gradle @@ -33,7 +33,7 @@ buildscript { } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath('com.android.tools.build:gradle:7.3.1') + classpath('com.android.tools.build:gradle:8.3.0') classpath("com.facebook.react:react-native-gradle-plugin") classpath("de.undercouch:gradle-download-task:5.0.1") // NOTE: Do not place your application dependencies here; they belong