Skip to content

Commit

Permalink
fix: 디펜던시 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Apr 1, 2024
1 parent b1e074e commit 8d1e152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 8d1e152

Please sign in to comment.