Fix crashing in Android 13 Beta 1

This commit is contained in:
arkon 2022-04-28 09:12:32 -04:00
parent 78207d48ba
commit 7abb407897

View File

@ -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" }