File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
AdvancedStateAndSideEffectsCodelab Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ dependencies {
125125 implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
126126 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
127127 implementation " androidx.lifecycle:lifecycle-runtime-compose:$lifecycle_version "
128- implementation " com.google.dagger:hilt-android:2.57"
129- kapt " com.google.dagger:hilt-compiler:2.57"
128+ implementation " com.google.dagger:hilt-android:2.57.1 "
129+ kapt " com.google.dagger:hilt-compiler:2.57.1 "
130130
131131 implementation " io.coil-kt:coil-compose:2.7.0"
132132
@@ -137,7 +137,7 @@ dependencies {
137137 androidTestImplementation " androidx.test.espresso:espresso-core:3.7.0"
138138 androidTestImplementation " androidx.test.ext:junit-ktx:1.3.0"
139139 androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
140- androidTestImplementation " com.google.dagger:hilt-android:2.57"
141- androidTestImplementation " com.google.dagger:hilt-android-testing:2.57"
142- kaptAndroidTest " com.google.dagger:hilt-compiler:2.57"
140+ androidTestImplementation " com.google.dagger:hilt-android:2.57.1 "
141+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.57.1 "
142+ kaptAndroidTest " com.google.dagger:hilt-compiler:2.57.1 "
143143}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222 dependencies {
2323 classpath " com.android.tools.build:gradle:8.12.1"
2424 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21"
25- classpath " com.google.dagger:hilt-android-gradle-plugin:2.57"
25+ classpath " com.google.dagger:hilt-android-gradle-plugin:2.57.1 "
2626 classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.21"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments