From 9797e249f3db0c621602e2e6a57eb63a5258f574 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Sep 2026 02:02:50 +0000 Subject: [PATCH] Update plugin com.android.application to v9.4.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 10e4d19..2db08f6 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } plugins { - id 'com.android.application' version '9.3.2' apply false + id 'com.android.application' version '9.4.1' apply false id 'com.android.library' version '9.3.2' apply false id 'org.jetbrains.kotlin.android' version '2.3.21' apply false id 'com.autonomousapps.dependency-analysis' version '3.13.0' apply true