mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix crashing in Android 13 Beta 1
This commit is contained in:
parent
78207d48ba
commit
7abb407897
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue