Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update to Compose Material 3 1.0.0-alpha15
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rout committed Jul 28, 2022
1 parent 9c3acfc commit 504e01e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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-alpha14"
const val material3 = "androidx.compose.material3:material3:1.0.0-alpha15"

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 504e01e

Please sign in to comment.