@@ -103,7 +103,7 @@ dependencies {
103
103
}
104
104
}
105
105
106
- implementation " androidx.activity:activity-compose:1.9.0 "
106
+ implementation " androidx.activity:activity-compose:1.9.1 "
107
107
implementation " androidx.appcompat:appcompat:1.7.0"
108
108
implementation " androidx.tracing:tracing:1.2.0"
109
109
@@ -120,22 +120,22 @@ dependencies {
120
120
debugImplementation " androidx.compose.ui:ui-tooling"
121
121
debugImplementation " androidx.compose.ui:ui-test-manifest"
122
122
123
- def lifecycle_version = " 2.8.2 "
123
+ def lifecycle_version = " 2.8.4 "
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.51.1 "
127
- kapt " com.google.dagger:hilt-compiler:2.51.1 "
126
+ implementation " com.google.dagger:hilt-android:2.52 "
127
+ kapt " com.google.dagger:hilt-compiler:2.52 "
128
128
129
- implementation " io.coil-kt:coil-compose:2.6 .0"
129
+ implementation " io.coil-kt:coil-compose:2.7 .0"
130
130
131
131
androidTestImplementation " junit:junit:4.13.2"
132
- androidTestImplementation " androidx.test:core:1.6.0 "
133
- androidTestImplementation " androidx.test:runner:1.6.0 "
134
- androidTestImplementation " androidx.test:rules:1.6.0 "
135
- androidTestImplementation " androidx.test.espresso:espresso-core:3.6.0 "
136
- androidTestImplementation " androidx.test.ext:junit-ktx:1.2.0 "
132
+ androidTestImplementation " androidx.test:core:1.6.1 "
133
+ androidTestImplementation " androidx.test:runner:1.6.1 "
134
+ androidTestImplementation " androidx.test:rules:1.6.1 "
135
+ androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1 "
136
+ androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1 "
137
137
androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1"
138
- androidTestImplementation " com.google.dagger:hilt-android:2.51.1 "
139
- androidTestImplementation " com.google.dagger:hilt-android-testing:2.51.1 "
140
- kaptAndroidTest " com.google.dagger:hilt-compiler:2.51.1 "
138
+ androidTestImplementation " com.google.dagger:hilt-android:2.52 "
139
+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.52 "
140
+ kaptAndroidTest " com.google.dagger:hilt-compiler:2.52 "
141
141
}
0 commit comments