From 8d0f2eb3c829579cbfe989766ec69b309163eeeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:42:16 +0000 Subject: [PATCH] Update dependency com.android.tools.build:gradle to v8.8.0 --- example/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/build.gradle b/example/android/build.gradle index 34125c1..f0fd48c 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -12,7 +12,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:8.7.3") + classpath("com.android.tools.build:gradle:8.8.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files