From 7abb40789776d1cf088bc959df3404769594f1ab Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 28 Apr 2022 09:12:32 -0400 Subject: [PATCH] Fix crashing in Android 13 Beta 1 --- 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 c36becef8f..90cf39aff4 100644 --- a/gradle/compose.versions.toml +++ b/gradle/compose.versions.toml @@ -3,7 +3,7 @@ compose = "1.2.0-alpha08" accompanist = "0.24.7-alpha" [libraries] -activity = "androidx.activity:activity-compose:1.6.0-alpha01" +activity = "androidx.activity:activity-compose:1.6.0-alpha03" foundation = { module = "androidx.compose.foundation:foundation", version.ref="compose" } animation = { module = "androidx.compose.animation:animation", version.ref="compose" } ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref="compose" }