From 19d31cffeac26b8c858cc9c004c79dc202293143 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Thu, 31 Oct 2024 23:23:32 -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 5dafead..479f818 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,3 @@ plugins { - id("com.android.application") version "8.7.1" apply false + id("com.android.application") version "8.7.2" apply false }