From 151ffc0395cb1e8c9f2bfd3c2d39af350e8d7977 Mon Sep 17 00:00:00 2001 From: areteruhiro <108941410+areteruhiro@users.noreply.github.com> Date: Sun, 15 Dec 2024 17:12:51 +0900 Subject: [PATCH] =?UTF-8?q?settings.gradle=20=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 {