From d66260c3f69dfab44ed1730699624da6dba0e047 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Thu, 27 Mar 2025 06:55:50 -0300 Subject: [PATCH] Revert AGP to 8.8.x due to reported instability --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 448a01c..c854c83 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,3 @@ plugins { - id("com.android.application") version "8.9.1" apply false + id("com.android.application") version "8.8.2" apply false }