revert: Downgrade androidx-paging to version 3.2.1 (#803)

3.3.0 has a race condition when `getItem` is called.

The fix is in
https://android-review.googlesource.com/c/platform/frameworks/support/+/3156343
but not released yet.

See:

- https://issuetracker.google.com/issues/343124454
- https://issuetracker.google.com/issues/349090863
This commit is contained in:
Nik Clayton 2024-07-05 12:00:12 +02:00 committed by GitHub
parent 5aacb02ea0
commit 8f5307b65f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,12 @@ androidx-hilt = "1.2.0"
androidx-junit = "1.2.0"
androidx-lifecycle = "2.8.2"
androidx-media3 = "1.3.1"
androidx-paging = "3.3.0"
# Deliberate downgrade until a version with the fix in
# https://android-review.googlesource.com/c/platform/frameworks/support/+/3156343
# is released.
# - https://issuetracker.google.com/issues/343124454
# - https://issuetracker.google.com/issues/349090863
androidx-paging = "3.2.1"
androidx-preference = "1.2.1"
androidx-recyclerview = "1.3.2"
androidx-sharetarget = "1.2.0"