Skip to content

Commit

Permalink
Update to Compose Material 3 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rout committed Nov 10, 2022
1 parent 59e3614 commit 9a4f098
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ object Libs {

const val ui = "androidx.compose.ui:ui:${version}"
const val material = "androidx.compose.material:material:${version}"
const val material3 = "androidx.compose.material3:material3:1.0.0"
const val material3 = "androidx.compose.material3:material3:1.0.1"

const val tooling = "androidx.compose.ui:ui-tooling:${version}"
const val test = "androidx.compose.ui:ui-test-junit4:${version}"
Expand Down

0 comments on commit 9a4f098

Please sign in to comment.