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 @@ -56,7 +56,7 @@ dependencies {
56
56
implementation ' androidx.activity:activity-compose:1.7.2'
57
57
implementation " androidx.compose.ui:ui:$compose_ui_version "
58
58
implementation " androidx.compose.ui:ui-tooling-preview:$compose_ui_version "
59
- implementation ' androidx.compose.material:material:1.5.1 '
59
+ implementation ' androidx.compose.material:material:1.6.3 '
60
60
testImplementation ' junit:junit:4.13.2'
61
61
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
62
62
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
48
48
49
49
implementation ' androidx.core:core-ktx:1.12.0'
50
50
51
- implementation ' androidx.compose.material:material:1.5.1 '
51
+ implementation ' androidx.compose.material:material:1.6.3 '
52
52
53
53
implementation " androidx.compose.ui:ui-tooling:$compose_ui_version "
54
54
debugImplementation " androidx.compose.ui:ui-test-manifest:$compose_ui_version "
You can’t perform that action at this time.
0 commit comments