diff --git a/build.gradle.kts b/build.gradle.kts index c7c5317..e1d2ea4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:8.6.1") + classpath("com.android.tools.build:gradle:8.13.2") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20") classpath("com.google.dagger:hilt-android-gradle-plugin:2.52") classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.8.1")