From 85489465c9ae0427abb2cf45e6792a3ac745ae4a Mon Sep 17 00:00:00 2001 From: Juul Mobile Bot Date: Fri, 10 Jan 2025 09:08:13 +0000 Subject: [PATCH] Update agp to v8.8.0 --- 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 024c8b5d..a67c3366 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.7.3" # 7.4.1 is the maximum version supported by IDEA 2023.1 +agp = "8.8.0" # 7.4.1 is the maximum version supported by IDEA 2023.1 android-compile = "34" android-min = "21" android-target = "32"