From 16b627393821aaf9b91a3f5370d55248289d56ea Mon Sep 17 00:00:00 2001 From: Matthias Urhahn Date: Sun, 25 Feb 2024 13:04:08 +0100 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 59cfe163..a0f81c4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:8.2.0") + classpath("com.android.tools.build:gradle:8.1.2") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.Kotlin.core}") classpath("com.google.dagger:hilt-android-gradle-plugin:${Versions.Dagger.core}") classpath("androidx.navigation:navigation-safe-args-gradle-plugin:${Versions.AndroidX.Navigation.core}") @@ -20,4 +20,4 @@ allprojects { tasks.register("clean").configure { delete("build") -} \ No newline at end of file +}