From 7bf30a094aa9e9bfcbdba9d35a11303aa50e2b6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 10:35:19 -0500 Subject: [PATCH] Update dependency androidx.compose.material:material to v1.4.0-alpha05 (#8997) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/compose.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/compose.versions.toml b/gradle/compose.versions.toml index 4f4d8ad66f..52b122f2c4 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-alpha05" } accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" } accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }