diff --git a/build.gradle.kts b/build.gradle.kts index 8ed16b6c..f530215f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ buildscript { dependencies { classpath(Dependencies.Kotlin.gradlePlugin) - classpath("com.android.tools.build:gradle:8.12.0") + classpath("com.android.tools.build:gradle:8.13.2") classpath("com.vanniktech:gradle-maven-publish-plugin:0.34.0") classpath(Dependencies.Shot.core) }