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 @@ -123,8 +123,8 @@ dependencies {
123
123
def lifecycle_version = " 2.9.2"
124
124
implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
125
125
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
126
- implementation " com.google.dagger:hilt-android:2.57"
127
- kapt " com.google.dagger:hilt-compiler:2.57"
126
+ implementation " com.google.dagger:hilt-android:2.57.1 "
127
+ kapt " com.google.dagger:hilt-compiler:2.57.1 "
128
128
129
129
implementation " io.coil-kt:coil-compose:2.7.0"
130
130
@@ -135,7 +135,7 @@ dependencies {
135
135
androidTestImplementation " androidx.test.espresso:espresso-core:3.7.0"
136
136
androidTestImplementation " androidx.test.ext:junit-ktx:1.3.0"
137
137
androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
138
- androidTestImplementation " com.google.dagger:hilt-android:2.57"
139
- androidTestImplementation " com.google.dagger:hilt-android-testing:2.57"
140
- kaptAndroidTest " com.google.dagger:hilt-compiler:2.57"
138
+ androidTestImplementation " com.google.dagger:hilt-android:2.57.1 "
139
+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.57.1 "
140
+ kaptAndroidTest " com.google.dagger:hilt-compiler:2.57.1 "
141
141
}
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