From 14f6646b0e778722ec3e1e56e4b4ef9cd1944803 Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Fri, 26 Jan 2024 13:05:09 -0800 Subject: [PATCH] Update agp to v8.2.2 (#321) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 285692f5..8c1a7fc7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.2.1" # 7.4.1 is the maximum version supported by IDEA 2023.1 +agp = "8.2.2" # 7.4.1 is the maximum version supported by IDEA 2023.1 android-compile = "34" android-min = "21" android-target = "32"