From 8d1e152ac7bddc407cd9713d5a6b089f87188fe9 Mon Sep 17 00:00:00 2001 From: Taewan Park Date: Mon, 1 Apr 2024 22:45:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=94=94=ED=8E=9C=EB=8D=98=EC=8B=9C=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 0379919..7902253 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -80,7 +80,7 @@ dependencies { implementation("androidx.datastore:datastore-preferences:1.0.0") // Hilt - val hiltVersion = "2.49" + val hiltVersion = "2.48.1" implementation("com.google.dagger:hilt-android:$hiltVersion") kapt("com.google.dagger:hilt-android-compiler:$hiltVersion")