diff --git a/build.gradle.kts b/build.gradle.kts index f2cbcb5b..87efb87a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath("com.android.tools.build:gradle:8.13.0") + classpath("com.android.tools.build:gradle:8.13.2") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20") classpath("org.jlleitschuh.gradle:ktlint-gradle:12.1.2") classpath("com.google.gms:google-services:4.4.4")