From c744289d06722e9ba99420a14f7d4f9828e26fc0 Mon Sep 17 00:00:00 2001 From: areteruhiro <108941410+areteruhiro@users.noreply.github.com> Date: Sun, 15 Dec 2024 18:03:57 +0900 Subject: [PATCH] Update settings.gradle --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 12b4681a..83518587 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,7 +4,7 @@ pluginManagement { mavenCentral() } plugins { - id 'com.android.application' version '8.6.0' apply false + id 'com.android.application' version '8.7.2' apply false } } dependencyResolutionManagement {