Skip to content

Commit

Permalink
添加material3
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Jul 3, 2024
1 parent 320b99c commit 908baac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ dependencies {
implementation "androidx.compose.ui:ui-graphics"
implementation "androidx.compose.ui:ui-tooling-preview"
implementation "androidx.compose.material:material"
implementation "androidx.compose.material3:material3:$versions.material3"
implementation "androidx.navigation:navigation-compose:$versions.navigation_compose"
implementation "androidx.navigation:navigation-compose:$versions.navigation_compose"
implementation "com.google.accompanist:accompanist-swiperefresh:$versions.accompanist"
Expand Down
1 change: 1 addition & 0 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ versions.core_ktx = "1.10.1"
versions.compose_bom = "2024.01.00"
versions.activity_compose = "1.7.2"
versions.foundation = "1.6.0"
versions.material3 = "1.2.0"
versions.lifecycle_runtime_ktx = "2.6.2"
versions.navigation_compose = "2.6.0"
versions.lottie_compose = "6.1.0"
Expand Down

0 comments on commit 908baac

Please sign in to comment.