@@ -109,7 +109,7 @@ dependencies {
109
109
implementation " androidx.activity:activity-compose:1.8.2"
110
110
implementation " androidx.appcompat:appcompat:1.6.1"
111
111
112
- def composeBom = platform(' androidx.compose:compose-bom:2024.03 .00' )
112
+ def composeBom = platform(' androidx.compose:compose-bom:2024.04 .00' )
113
113
implementation(composeBom)
114
114
androidTestImplementation(composeBom)
115
115
implementation " androidx.compose.runtime:runtime"
@@ -127,8 +127,8 @@ dependencies {
127
127
implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
128
128
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
129
129
implementation " androidx.lifecycle:lifecycle-runtime-compose:$lifecycle_version "
130
- implementation " com.google.dagger:hilt-android:2.51"
131
- kapt " com.google.dagger:hilt-compiler:2.51"
130
+ implementation " com.google.dagger:hilt-android:2.51.1 "
131
+ kapt " com.google.dagger:hilt-compiler:2.51.1 "
132
132
133
133
implementation " io.coil-kt:coil-compose:2.6.0"
134
134
@@ -139,7 +139,7 @@ dependencies {
139
139
androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1"
140
140
androidTestImplementation " androidx.test.ext:junit-ktx:1.1.5"
141
141
androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0"
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"
142
+ androidTestImplementation " com.google.dagger:hilt-android:2.51.1 "
143
+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.51.1 "
144
+ kaptAndroidTest " com.google.dagger:hilt-compiler:2.51.1 "
145
145
}
0 commit comments