Update dependency androidx.activity:activity-compose to v1.6.1 (#8301)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-28 10:28:54 -04:00 committed by GitHub
parent 37c55abc2a
commit ccdfc37c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ compose-bom = "2022.10.00"
accompanist = "0.27.0"
[libraries]
activity = "androidx.activity:activity-compose:1.6.0"
activity = "androidx.activity:activity-compose:1.6.1"
bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
foundation = { module = "androidx.compose.foundation:foundation" }
animation = { module = "androidx.compose.animation:animation" }