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 {
125
125
implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
126
126
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
127
127
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 "
130
130
131
131
implementation " io.coil-kt:coil-compose:2.7.0"
132
132
@@ -137,7 +137,7 @@ dependencies {
137
137
androidTestImplementation " androidx.test.espresso:espresso-core:3.7.0"
138
138
androidTestImplementation " androidx.test.ext:junit-ktx:1.3.0"
139
139
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 "
143
143
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
22
22
dependencies {
23
23
classpath " com.android.tools.build:gradle:8.12.1"
24
24
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 "
26
26
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.1.21"
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments