From 77f077d4786ed5dd7b1446415d21daac685ac5d2 Mon Sep 17 00:00:00 2001 From: Syuugo Date: Tue, 13 Feb 2024 16:11:43 +0900 Subject: [PATCH] Upgrade AGP --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 53f6dc6..8319878 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { mavenCentral() } plugins { - id 'com.android.application' version '8.2.1' apply false + id 'com.android.application' version '8.2.2' apply false } } dependencyResolutionManagement {