From 6c27af1404446d5ea77a3cb8d5462480e7c45255 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 14 Feb 2026 02:02:52 +0000 Subject: [PATCH] Update plugin com.android.application to v9.0.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b92d1e1..8cdbafd 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { } plugins { - id 'com.android.application' version '9.0.0' apply false + id 'com.android.application' version '9.0.1' apply false id 'com.android.library' version '9.0.0' apply false id 'org.jetbrains.kotlin.android' version '2.3.10' apply false id 'com.autonomousapps.dependency-analysis' version '3.5.1' apply true