File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ dependencies {
120120 ksp " androidx.room:room-compiler:2.6.1"
121121
122122 // Dagger - Hilt
123- implementation " com.google.dagger:hilt-android:2.55 "
124- ksp " com.google.dagger:hilt-android-compiler:2.55 "
123+ implementation " com.google.dagger:hilt-android:2.56.2 "
124+ ksp " com.google.dagger:hilt-android-compiler:2.56.2 "
125125 ksp " androidx.hilt:hilt-compiler:1.2.0"
126126 implementation ' androidx.hilt:hilt-navigation-compose:1.2.0'
127127
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66 dependencies {
77 classpath ' com.jaredsburrows:gradle-license-plugin:0.9.8'
8- classpath " com.google.dagger:hilt-android-gradle-plugin:2.56.1 "
8+ classpath " com.google.dagger:hilt-android-gradle-plugin:2.56.2 "
99 }
1010}
1111plugins {
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
5252 implementation " com.google.code.gson:gson:2.13.1"
5353
5454 // Dagger - Hilt
55- implementation " com.google.dagger:hilt-android:2.55 "
56- ksp " com.google.dagger:hilt-android-compiler:2.55 "
55+ implementation " com.google.dagger:hilt-android:2.56.2 "
56+ ksp " com.google.dagger:hilt-android-compiler:2.56.2 "
5757 ksp " androidx.hilt:hilt-compiler:1.2.0"
5858 implementation ' androidx.hilt:hilt-navigation-compose:1.2.0'
5959}
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ dependencies {
5757 googleImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.1'
5858
5959 // Dagger - Hilt
60- implementation " com.google.dagger:hilt-android:2.55 "
61- ksp " com.google.dagger:hilt-android-compiler:2.55 "
60+ implementation " com.google.dagger:hilt-android:2.56.2 "
61+ ksp " com.google.dagger:hilt-android-compiler:2.56.2 "
6262 ksp " androidx.hilt:hilt-compiler:1.2.0"
6363 implementation ' androidx.hilt:hilt-navigation-compose:1.2.0'
6464
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ dependencies {
9393 ksp " androidx.room:room-compiler:2.6.1"
9494
9595 // Dagger - Hilt
96- implementation " com.google.dagger:hilt-android:2.55 "
97- ksp " com.google.dagger:hilt-android-compiler:2.55 "
96+ implementation " com.google.dagger:hilt-android:2.56.2 "
97+ ksp " com.google.dagger:hilt-android-compiler:2.56.2 "
9898 ksp " androidx.hilt:hilt-compiler:1.2.0"
9999 implementation ' androidx.hilt:hilt-navigation-compose:1.2.0'
100100
You can’t perform that action at this time.
0 commit comments