Update Paging and match version (#9626)

(cherry picked from commit 4a75f82a6fc10341e951e56ad8ce4fb4072c5d63)
This commit is contained in:
Ivan Iskandar 2023-06-23 01:20:33 +07:00 committed by Jobobby04
parent 13f49234dc
commit c0088f9e5e

View File

@ -1,6 +1,7 @@
[versions]
agp_version = "8.0.2"
lifecycle_version = "2.6.1"
paging_version = "3.2.0-rc01"
[libraries]
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
@ -23,8 +24,8 @@ lifecycle-runtimektx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", ve
work-runtime = "androidx.work:work-runtime-ktx:2.8.1"
guava = "com.google.guava:guava:31.1-android"
paging-runtime = "androidx.paging:paging-runtime:3.1.1"
paging-compose = "androidx.paging:paging-compose:1.0.0-alpha20"
paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging_version" }
paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }
benchmark-macro = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha13"
test-ext = "androidx.test.ext:junit-ktx:1.1.5"