From efa3e98a9466bba9df94252e3a139eaf39d3e735 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Thu, 4 Jul 2024 14:25:21 -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 6a5111d..c153e67 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,3 @@ plugins { - id("com.android.application") version "8.4.2" apply false + id("com.android.application") version "8.5.0" apply false }