Skip to content

Commit 330554e

Browse files
Update all dependencies to v2.57.1
1 parent b0256d8 commit 330554e

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
@@ -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
}

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)