diff --git a/build.gradle.kts b/build.gradle.kts index d35c1b0c..d2f6f88b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { maven { url = uri("https://plugins.gradle.org/m2/") } } dependencies { - classpath("com.android.tools.build:gradle:8.7.3") + classpath("com.android.tools.build:gradle:8.8.0") classpath("com.github.dcendents:android-maven-gradle-plugin:2.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0") classpath("org.jlleitschuh.gradle:ktlint-gradle:12.1.2")