diff --git a/stem-plugin/build.gradle.kts b/stem-plugin/build.gradle.kts index 1ed6124..7362d5b 100644 --- a/stem-plugin/build.gradle.kts +++ b/stem-plugin/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { testImplementation(libs.android.plugin) testImplementation(libs.assertj) testImplementation(libs.mockk) - testPluginDependency("com.android.tools.build:gradle:9.0.0") + testPluginDependency("com.android.tools.build:gradle:9.0.1") } kotlin {