From 84f982b20e7435b0e14b1535e7cb7139fd985d68 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 23 Sep 2023 10:33:47 +0530 Subject: [PATCH] Revert "fix(deps): update dependency dev.chrisbanes.compose:compose-bom to v2023.10.00-alpha02" Temporary test to see if it fixes the crashes I've seen This reverts commit 45c7dbb3f7b194cb3bd1572a6592a4f961b9b63b. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1f97cdee..3d4e5f55 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ androidx-activity-compose = "androidx.activity:activity-compose:1.8.0-rc01" androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" } androidx-browser = "androidx.browser:browser:1.6.0" androidx-compose-animation = { module = "androidx.compose.animation:animation" } -androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.10.00-alpha02" +androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.10.00-alpha01" androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" } androidx-compose-glance = { module = "androidx.glance:glance-appwidget", version.ref = "glance" } androidx-compose-glance-m3 = { module = "androidx.glance:glance-material3", version.ref = "glance" }