[1.143.*] Pre-release merge (#586)

This commit is contained in:
tramline-github[bot]
2024-06-11 14:30:07 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -63,7 +63,7 @@ fun NetworkPosts(
LazyColumn(state = listState) {
items(
count = lazyPagingItems.itemCount,
key = lazyPagingItems.itemKey { item -> "${item.shortId}-${item.hashCode()}" },
key = lazyPagingItems.itemKey { it.shortId },
contentType = lazyPagingItems.itemContentType { "LobstersItem" },
) { index ->
val item = lazyPagingItems[index]
+1 -1
View File
@@ -1,6 +1,6 @@
[versions]
aboutLibraries = "11.2.1"
agp = "8.4.1"
agp = "8.4.2"
android-junit5 = "1.10.0.0"
benchmark = "1.3.0-alpha05"
coil = "2.6.0"