From 48a9fb2f8d890d7b4fa23db2fc305ce5b044765e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:49:57 +0000 Subject: [PATCH] Update agp to v9 --- UIGuide/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIGuide/gradle/libs.versions.toml b/UIGuide/gradle/libs.versions.toml index 750306e..3296cfe 100644 --- a/UIGuide/gradle/libs.versions.toml +++ b/UIGuide/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.13.2" +agp = "9.2.1" kotlin = "2.3.21" coreKtx = "1.18.0" lifecycleRuntimeKtx = "2.10.0"