@@ -168,20 +168,20 @@ dependencies {
168168
169169 implementation(project(" :yuhaiin" ))
170170
171- val composeBom = platform(" androidx.compose:compose-bom:2026.01.01 " )
171+ val composeBom = platform(" androidx.compose:compose-bom:2026.02.00 " )
172172 implementation(composeBom)
173173 androidTestImplementation(composeBom)
174174 implementation(" androidx.compose.ui:ui-graphics" )
175- implementation(" androidx.compose.ui:ui-text:1.10.2 " )
175+ implementation(" androidx.compose.ui:ui-text:1.10.3 " )
176176 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
177177 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
178- implementation(" androidx.compose.material3:material3:1.5.0-alpha13 " )
178+ implementation(" androidx.compose.material3:material3:1.5.0-alpha14 " )
179179 implementation(" androidx.compose.ui:ui-tooling-preview" )
180- implementation(" androidx.compose.foundation:foundation:1.10.2 " )
180+ implementation(" androidx.compose.foundation:foundation:1.10.3 " )
181181 debugImplementation(" androidx.compose.ui:ui-tooling" )
182- implementation(" androidx.compose.ui:ui:1.10.2 " )
183- implementation(" androidx.activity:activity-compose:1.12.3 " )
182+ implementation(" androidx.compose.ui:ui:1.10.3 " )
183+ implementation(" androidx.activity:activity-compose:1.12.4 " )
184184 implementation(" androidx.fragment:fragment-compose:1.8.9" )
185- implementation(" androidx.compose.material:material-navigation:1.10.2 " )
185+ implementation(" androidx.compose.material:material-navigation:1.10.3 " )
186186 implementation(" androidx.compose.material:material-icons-core:1.7.8" )
187187}
0 commit comments