Revert "Update dependency androidx.compose.material:material to v1.4.0-alpha04 (#8918)"
This reverts commit c637172ee0
.
Too lazy to fix the crashes related to missing classes at runtime for now.
This commit is contained in:
parent
293b967858
commit
dc2d470413
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ material-icons = { module = "androidx.compose.material:material-icons-extended"
|
||||||
# Here until M3's swipeable became public https://issuetracker.google.com/issues/234640556
|
# Here until M3's swipeable became public https://issuetracker.google.com/issues/234640556
|
||||||
# Using alpha version for PullRefresh fix
|
# Using alpha version for PullRefresh fix
|
||||||
# TODO: use default version after next Compose BOM is released
|
# TODO: use default version after next Compose BOM is released
|
||||||
material-core = { module = "androidx.compose.material:material", version = "1.4.0-alpha04" }
|
material-core = { module = "androidx.compose.material:material", version = "1.4.0-alpha03" }
|
||||||
|
|
||||||
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
||||||
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
||||||
|
|
Reference in a new issue