Bump dependencies

This commit is contained in:
arkon
2023-12-01 22:27:15 -05:00
parent 296201d6b7
commit 7a52afd223
12 changed files with 21 additions and 5 deletions
@@ -132,6 +132,7 @@ private fun MigrateSourceList(
key = { (source, _) -> "migrate-${source.id}" },
) { (source, count) ->
MigrateSourceItem(
modifier = Modifier.animateItemPlacement(),
source = source,
count = count,
onClickItem = { onClickItem(source) },