@@ -98,11 +98,11 @@ dependencies {
9898 }
9999 }
100100
101- implementation " androidx.activity:activity-compose:1.12.3 "
101+ implementation " androidx.activity:activity-compose:1.12.4 "
102102 implementation " androidx.appcompat:appcompat:1.7.1"
103103 implementation " androidx.tracing:tracing:1.3.0"
104104
105- def composeBom = platform(' androidx.compose:compose-bom:2026.01.01 ' )
105+ def composeBom = platform(' androidx.compose:compose-bom:2026.02.00 ' )
106106 implementation(composeBom)
107107 androidTestImplementation(composeBom)
108108 implementation " androidx.compose.runtime:runtime"
@@ -119,8 +119,8 @@ dependencies {
119119 implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
120120 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
121121
122- implementation " com.google.dagger:hilt-android:2.59.1 "
123- ksp " com.google.dagger:hilt-compiler:2.59.1 "
122+ implementation " com.google.dagger:hilt-android:2.59.2 "
123+ ksp " com.google.dagger:hilt-compiler:2.59.2 "
124124 ksp " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0"
125125
126126 implementation " io.coil-kt:coil-compose:2.7.0"
@@ -132,8 +132,8 @@ dependencies {
132132 androidTestImplementation " androidx.test.espresso:espresso-core:3.7.0"
133133 androidTestImplementation " androidx.test.ext:junit-ktx:1.3.0"
134134 androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
135- androidTestImplementation " com.google.dagger:hilt-android:2.59.1 "
136- androidTestImplementation " com.google.dagger:hilt-android-testing:2.59.1 "
137- kspAndroidTest " com.google.dagger:hilt-compiler:2.59.1 "
135+ androidTestImplementation " com.google.dagger:hilt-android:2.59.2 "
136+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.59.2 "
137+ kspAndroidTest " com.google.dagger:hilt-compiler:2.59.2 "
138138 kspAndroidTest " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0"
139139}
0 commit comments