Skip to content

Commit e5cde55

Browse files
Update all dependencies to v2.57.1
1 parent 6fe60cd commit e5cde55

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ dependencies {
123123
def lifecycle_version = "2.9.2"
124124
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
125125
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"
128128

129129
implementation "io.coil-kt:coil-compose:2.7.0"
130130

@@ -135,7 +135,7 @@ dependencies {
135135
androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0"
136136
androidTestImplementation "androidx.test.ext:junit-ktx:1.3.0"
137137
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"
141141
}

AdvancedStateAndSideEffectsCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)