File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ android {
154154
155155dependencies {
156156
157- def composeBom = platform(' androidx.compose:compose-bom:2025.09.01 ' )
157+ def composeBom = platform(' androidx.compose:compose-bom:2025.10.00 ' )
158158 implementation composeBom
159159 androidTestImplementation composeBom
160160
@@ -163,13 +163,13 @@ dependencies {
163163 implementation ' androidx.activity:activity-compose:1.11.0'
164164 implementation ' androidx.lifecycle:lifecycle-viewmodel-compose:2.9.4'
165165 implementation ' androidx.compose.runtime:runtime-livedata'
166- implementation ' androidx.compose.foundation:foundation:1.9.2 '
167- implementation ' androidx.compose.ui:ui-tooling-preview-android:1.9.2 '
166+ implementation ' androidx.compose.foundation:foundation:1.9.3 '
167+ implementation ' androidx.compose.ui:ui-tooling-preview-android:1.9.3 '
168168 implementation ' androidx.navigation:navigation-compose:2.9.5'
169169 implementation " androidx.compose.material:material-icons-extended:1.7.8"
170170 implementation " androidx.hilt:hilt-navigation-compose:1.3.0"
171171 implementation " androidx.paging:paging-compose:3.3.6"
172- debugImplementation ' androidx.compose.ui:ui-tooling:1.9.2 '
172+ debugImplementation ' androidx.compose.ui:ui-tooling:1.9.3 '
173173
174174 implementation ' androidx.window:window:1.5.0'
175175 implementation ' androidx.core:core-ktx:1.17.0'
You can’t perform that action at this time.
0 commit comments