From 4e8d1586f9f9322ff823747fcfa6fc8aa013232b Mon Sep 17 00:00:00 2001 From: Syuugo Date: Sat, 25 May 2024 12:05:24 +0900 Subject: [PATCH] Upgrade AGP --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 9a2cc912..892de066 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,7 +4,7 @@ pluginManagement { mavenCentral() } plugins { - id 'com.android.application' version '8.4.0' apply false + id 'com.android.application' version '8.4.1' apply false } } dependencyResolutionManagement {