fix(deps): update dependency androidx.activity:activity-compose to v1.9.2 (#334)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-05 15:30:42 +07:00 committed by GitHub
parent 7b5d65b779
commit f7b9f372bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ compose-bom = "2024.08.00-alpha02"
accompanist = "0.36.0"
[libraries]
activity = "androidx.activity:activity-compose:1.9.1"
activity = "androidx.activity:activity-compose:1.9.2"
bom = { group = "dev.chrisbanes.compose", name = "compose-bom", version.ref = "compose-bom" }
foundation = { module = "androidx.compose.foundation:foundation" }
animation = { module = "androidx.compose.animation:animation" }