From d70db4f62b056a82ee315b130dd74a7a591ab1fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:00:18 +0000 Subject: [PATCH] Update Android Gradle Plugin to v9 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f61d7e31..3e4274f3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,8 +6,8 @@ buildscript { }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.13.2" apply false - id("com.android.library") version "8.13.2" apply false + id("com.android.application") version "9.1.0" apply false + id("com.android.library") version "9.1.0" apply false id("org.jetbrains.kotlin.android") version "2.1.21" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.1.21" apply false