@@ -109,7 +109,7 @@ dependencies {
109109 implementation " androidx.activity:activity-compose:1.8.2"
110110 implementation " androidx.appcompat:appcompat:1.6.1"
111111
112- def composeBom = platform(' androidx.compose:compose-bom:2024.02.01 ' )
112+ def composeBom = platform(' androidx.compose:compose-bom:2024.02.02 ' )
113113 implementation(composeBom)
114114 androidTestImplementation(composeBom)
115115 implementation " androidx.compose.runtime:runtime"
@@ -127,10 +127,10 @@ dependencies {
127127 implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
128128 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
129129 implementation " androidx.lifecycle:lifecycle-runtime-compose:$lifecycle_version "
130- implementation " com.google.dagger:hilt-android:2.50 "
131- kapt " com.google.dagger:hilt-compiler:2.50 "
130+ implementation " com.google.dagger:hilt-android:2.51 "
131+ kapt " com.google.dagger:hilt-compiler:2.51 "
132132
133- implementation " io.coil-kt:coil-compose:2.5 .0"
133+ implementation " io.coil-kt:coil-compose:2.6 .0"
134134
135135 androidTestImplementation " junit:junit:4.13.2"
136136 androidTestImplementation " androidx.test:core:1.5.0"
@@ -139,7 +139,7 @@ dependencies {
139139 androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1"
140140 androidTestImplementation " androidx.test.ext:junit-ktx:1.1.5"
141141 androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0"
142- androidTestImplementation " com.google.dagger:hilt-android:2.50 "
143- androidTestImplementation " com.google.dagger:hilt-android-testing:2.50 "
144- kaptAndroidTest " com.google.dagger:hilt-compiler:2.50 "
142+ androidTestImplementation " com.google.dagger:hilt-android:2.51 "
143+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.51 "
144+ kaptAndroidTest " com.google.dagger:hilt-compiler:2.51 "
145145}
0 commit comments