Add AndroidX paging library

This commit is contained in:
MM20
2022-07-28 21:43:34 +02:00
parent f069d5f6f4
commit a2a22bd257
3 changed files with 10 additions and 0 deletions

View File

@@ -238,6 +238,14 @@ dependencyResolutionManagement {
.to("androidx.navigation", "navigation-compose")
.version("2.5.0-rc02")
alias("androidx.paging.runtime")
.to("androidx.paging", "paging-runtime")
.version("2.5.0-rc02")
alias("androidx.paging.compose")
.to("androidx.paging", "paging-compose")
.version("1.0.0-alpha15")
alias("materialcomponents.core")
.to("com.google.android.material", "material")
.version("1.6.0-beta01")