From 8558751cc7041d10181bd42729997dbdc1e7cf35 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Wed, 3 Sep 2025 23:44:59 -0300 Subject: [PATCH] Update AGP --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fb9f9b6..c80d6a9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,3 @@ plugins { - id("com.android.application") version "8.12.2" apply false + id("com.android.application") version "8.13.0" apply false }