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 @@ -73,7 +73,7 @@ dependencies {
7373 implementation ' androidx.activity:activity-compose:1.10.0'
7474 implementation " androidx.compose.ui:ui:$compose_ui_version "
7575 implementation " androidx.compose.ui:ui-tooling-preview:$compose_ui_version "
76- implementation ' androidx.compose.material:material:1.7.7 '
76+ implementation ' androidx.compose.material:material:1.7.8 '
7777 testImplementation ' junit:junit:4.13.2'
7878 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
7979 androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
Original file line number Diff line number Diff line change 1616
1717buildscript {
1818 ext {
19- compose_ui_version = ' 1.7.7 '
19+ compose_ui_version = ' 1.7.8 '
2020 }
2121}// Top-level build file where you can add configuration options common to all sub-projects/modules.
2222plugins {
You can’t perform that action at this time.
0 commit comments