File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ signing {
9797
9898dependencies {
9999 implementation(" androidx.activity:activity-compose:1.9.2" )
100- implementation(" androidx.compose.material:material:1.7.0 " )
100+ implementation(" androidx.compose.material:material:1.7.3 " )
101101 implementation(" androidx.compose.ui:ui:${rootProject.extra[" composeUiVersion" ]} " )
102102 implementation(" androidx.compose.ui:ui-tooling-preview:${rootProject.extra[" composeUiVersion" ]} " )
103103
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
6262 implementation(" androidx.activity:activity-compose:1.9.2" )
6363 implementation(" androidx.compose.ui:ui:${rootProject.extra[" composeUiVersion" ]} " )
6464 implementation(" androidx.compose.ui:ui-tooling-preview:${rootProject.extra[" composeUiVersion" ]} " )
65- implementation(" androidx.compose.material:material:1.7.0 " )
65+ implementation(" androidx.compose.material:material:1.7.3 " )
6666 testImplementation(" junit:junit:4.13.2" )
6767 androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
6868 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
You can’t perform that action at this time.
0 commit comments