fix(deps): update dependency androidx.activity:activity-compose to v1.9.1
This commit is contained in:
parent
f468735e03
commit
2df3731d49
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ accompanist = "0.35.0-alpha"
|
|||
[libraries]
|
||||
compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compiler" }
|
||||
|
||||
activity = "androidx.activity:activity-compose:1.9.0"
|
||||
activity = "androidx.activity:activity-compose:1.9.1"
|
||||
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
|
||||
foundation = { module = "androidx.compose.foundation:foundation" }
|
||||
animation = { module = "androidx.compose.animation:animation" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue