Skip to content

Commit

Permalink
Use material3 instead of material3-android dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Apr 15, 2024
1 parent 47d5e53 commit dfcccc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ mockk = "1.13.10"
okhttp = "4.12.0"
openid-appauth = "0.11.1"
room = "2.6.1"
material3Android = "1.2.1"

[libraries]
android-desugaring = { module = "com.android.tools:desugar_jdk_libs", version.ref = "android-desugaring" }
Expand Down Expand Up @@ -99,7 +98,7 @@ commons-text = { module = "org.apache.commons:commons-text", version.ref = "comm
compose-accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "compose-accompanist" }
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
compose-material = { module = "androidx.compose.material:material" }
compose-material3 = { group = "androidx.compose.material3", name = "material3-android" }
compose-material3 = { group = "androidx.compose.material3", name = "material3" }
compose-materialIconsExtended = { module = "androidx.compose.material:material-icons-extended" }
compose-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
Expand Down

0 comments on commit dfcccc6

Please sign in to comment.