mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 04:27:02 +05:30
build: upgrade paging
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
343f7e7f56
commit
60620eccec
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ object Dependencies {
|
||||||
const val foundationLayout = "androidx.compose.foundation:foundation-layout:$COMPOSE_VERSION"
|
const val foundationLayout = "androidx.compose.foundation:foundation-layout:$COMPOSE_VERSION"
|
||||||
const val material = "androidx.compose.material:material:$COMPOSE_VERSION"
|
const val material = "androidx.compose.material:material:$COMPOSE_VERSION"
|
||||||
const val navigation = "androidx.navigation:navigation-compose:1.0.0-alpha04"
|
const val navigation = "androidx.navigation:navigation-compose:1.0.0-alpha04"
|
||||||
const val paging = "androidx.paging:paging-compose:1.0.0-alpha03"
|
const val paging = "androidx.paging:paging-compose:1.0.0-alpha04"
|
||||||
const val runtime = "androidx.compose.runtime:runtime:$COMPOSE_VERSION"
|
const val runtime = "androidx.compose.runtime:runtime:$COMPOSE_VERSION"
|
||||||
const val ui = "androidx.compose.ui:ui:$COMPOSE_VERSION"
|
const val ui = "androidx.compose.ui:ui:$COMPOSE_VERSION"
|
||||||
const val uiUnit = "androidx.compose.ui:ui-unit:$COMPOSE_VERSION"
|
const val uiUnit = "androidx.compose.ui:ui-unit:$COMPOSE_VERSION"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue