From 64c930cd8a1bd84b0c5f98a9bdbb9741f9d1cb46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 07:29:08 +0000 Subject: [PATCH] Update dependency com.android.tools.build:gradle to v8.8.1 --- 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 f0fd48c..fe46a0d 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.8.0") + classpath("com.android.tools.build:gradle:8.8.1") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files