@@ -107,7 +107,7 @@ dependencies {
107107 implementation " androidx.appcompat:appcompat:1.7.0"
108108 implementation " androidx.tracing:tracing:1.2.0"
109109
110- def composeBom = platform(' androidx.compose:compose-bom:2024.10.01 ' )
110+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
111111 implementation(composeBom)
112112 androidTestImplementation(composeBom)
113113 implementation " androidx.compose.runtime:runtime"
@@ -123,8 +123,8 @@ dependencies {
123123 def lifecycle_version = " 2.8.7"
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.52 "
127- kapt " com.google.dagger:hilt-compiler:2.52 "
126+ implementation " com.google.dagger:hilt-android:2.53.1 "
127+ kapt " com.google.dagger:hilt-compiler:2.53.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.6.1"
136136 androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1"
137137 androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0"
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 "
138+ androidTestImplementation " com.google.dagger:hilt-android:2.53.1 "
139+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.53.1 "
140+ kaptAndroidTest " com.google.dagger:hilt-compiler:2.53.1 "
141141}
0 commit comments