From 9cf263efd6d14ccf93c5322ec8844ab13c9091ff Mon Sep 17 00:00:00 2001 From: Syuugo Date: Thu, 7 Mar 2024 09:15:39 +0900 Subject: [PATCH] =?UTF-8?q?AGP=E3=82=92=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 3211e49..48f1e30 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,7 +4,7 @@ pluginManagement { mavenCentral() } plugins { - id 'com.android.application' version '8.2.2' apply false + id 'com.android.application' version '8.3.0' apply false } } dependencyResolutionManagement {