From ea97b402543c22209bbbe2b67d60c7dec0967c3c Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 29 Apr 2024 00:08:59 +0200 Subject: [PATCH] Update android gradle plug-in --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index dd7f038..39d356c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,3 @@ plugins { - id("com.android.application") version "8.3.1" apply false + id("com.android.application") version "8.3.2" apply false }