From 96a1475ac75dd53c0aa23040c2595db4f356ee09 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Mon, 20 May 2024 23:05:47 -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 eeaf423..fc68ed7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,3 @@ plugins { - id("com.android.application") version "8.4.0" apply false + id("com.android.application") version "8.4.1" apply false }