diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml index d8f9c015b1..24414f7e59 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -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 # Using alpha version for PullRefresh fix # TODO: use default version after next Compose BOM is released -material-core = { module = "androidx.compose.material:material", version = "1.4.0-alpha03" } +material-core = { module = "androidx.compose.material:material", version = "1.4.0-alpha04" } accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" } accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }