From f1adec512182ae0716c2f7aa5b3f67912f0ad614 Mon Sep 17 00:00:00 2001 From: Syuugo Date: Fri, 16 Feb 2024 23:43: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 ae3d3a3e..4bea4ec0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,7 +4,7 @@ pluginManagement { mavenCentral() } plugins { - id 'com.android.application' version '8.1.4' apply false + id 'com.android.application' version '8.2.2' apply false } } dependencyResolutionManagement {