From dc2d4704130439c029257eefc671a3796d950e86 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 15 Jan 2023 10:39:18 -0500 Subject: [PATCH] Revert "Update dependency androidx.compose.material:material to v1.4.0-alpha04 (#8918)" This reverts commit c637172ee049145810d76e0762b2e26129484a2a. Too lazy to fix the crashes related to missing classes at runtime for now. --- 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 24414f7e59..d8f9c015b1 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-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-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }