From 7e7d0eac15f4bebdb98c1c78279adc5d9adf4bbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:14:52 +0000 Subject: [PATCH] Update dependency com.android.tools.build:gradle to v9 --- stem-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stem-plugin/build.gradle.kts b/stem-plugin/build.gradle.kts index 0b4a453..3cc6e5a 100644 --- a/stem-plugin/build.gradle.kts +++ b/stem-plugin/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { testImplementation(libs.android.plugin) testImplementation(libs.assertj) testImplementation(libs.mockk) - testPluginDependency("com.android.tools.build:gradle:8.13.2") + testPluginDependency("com.android.tools.build:gradle:9.0.0") } kotlin {