From 135a143be18159018dc67d140cc6a5b69fb378e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 04:40:34 +0000 Subject: [PATCH] Bump com.android.tools.build:gradle in /ExampleProject/android Bumps com.android.tools.build:gradle from 4.2.2 to 8.2.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] --- ExampleProject/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExampleProject/android/build.gradle b/ExampleProject/android/build.gradle index 6509895..0f8f109 100644 --- a/ExampleProject/android/build.gradle +++ b/ExampleProject/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.2.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }