@@ -99,11 +99,11 @@ dependencies {
9999 }
100100 }
101101
102- implementation " androidx.activity:activity-compose:1.12.3 "
102+ implementation " androidx.activity:activity-compose:1.12.4 "
103103 implementation " androidx.appcompat:appcompat:1.7.1"
104104 implementation " androidx.tracing:tracing:1.3.0"
105105
106- def composeBom = platform(' androidx.compose:compose-bom:2026.01.01 ' )
106+ def composeBom = platform(' androidx.compose:compose-bom:2026.02.00 ' )
107107 implementation(composeBom)
108108 androidTestImplementation(composeBom)
109109 implementation " androidx.compose.runtime:runtime"
@@ -121,8 +121,8 @@ dependencies {
121121 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
122122 implementation " androidx.lifecycle:lifecycle-runtime-compose:$lifecycle_version "
123123
124- implementation " com.google.dagger:hilt-android:2.59.1 "
125- ksp " com.google.dagger:hilt-compiler:2.59.1 "
124+ implementation " com.google.dagger:hilt-android:2.59.2 "
125+ ksp " com.google.dagger:hilt-compiler:2.59.2 "
126126 ksp " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0"
127127
128128 implementation " io.coil-kt:coil-compose:2.7.0"
@@ -134,8 +134,8 @@ dependencies {
134134 androidTestImplementation " androidx.test.espresso:espresso-core:3.7.0"
135135 androidTestImplementation " androidx.test.ext:junit-ktx:1.3.0"
136136 androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
137- androidTestImplementation " com.google.dagger:hilt-android:2.59.1 "
138- androidTestImplementation " com.google.dagger:hilt-android-testing:2.59.1 "
139- kspAndroidTest " com.google.dagger:hilt-compiler:2.59.1 "
137+ androidTestImplementation " com.google.dagger:hilt-android:2.59.2 "
138+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.59.2 "
139+ kspAndroidTest " com.google.dagger:hilt-compiler:2.59.2 "
140140 kspAndroidTest " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0"
141141}
0 commit comments