mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
gradle: upgrade dependencies and sync LazyPagingItems from upstream
This commit is contained in:
parent
eeddc3a3e6
commit
b5c2dc9aaf
5 changed files with 124 additions and 80 deletions
|
@ -1,8 +1,8 @@
|
|||
[versions]
|
||||
accompanist = "0.21.3-beta"
|
||||
aurora = "1.0.0"
|
||||
coroutines = "1.5.2"
|
||||
hilt = "2.40.2"
|
||||
accompanist = "0.20.3"
|
||||
aurora = "1.0.1"
|
||||
coroutines = "1.6.0-RC2"
|
||||
hilt = "2.40.5"
|
||||
richtext = "0.9.0"
|
||||
serialization = "1.3.1"
|
||||
sqldelight = "1.5.3"
|
||||
|
@ -32,7 +32,7 @@ aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref
|
|||
aurora-theming = { module = "org.pushing-pixels:aurora-theming", version.ref = "aurora" }
|
||||
aurora-window = { module = "org.pushing-pixels:aurora-window", version.ref = "aurora" }
|
||||
|
||||
coil-compose = "io.coil-kt:coil-compose:2.0.0-alpha03"
|
||||
coil-compose = "io.coil-kt:coil-compose:2.0.0-alpha05"
|
||||
kamel-image = "com.alialbaali.kamel:kamel-image:0.3.0"
|
||||
|
||||
compose-richtext-ui = { module = "com.halilibo.compose-richtext:richtext-ui", version.ref = "richtext" }
|
||||
|
@ -45,7 +45,7 @@ dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt
|
|||
|
||||
copydown = "io.github.furstenheim:copy_down:1.0"
|
||||
|
||||
multiplatform-paging = "io.github.kuuuurt:multiplatform-paging:0.4.5"
|
||||
multiplatform-paging = "io.github.kuuuurt:multiplatform-paging:0.4.6"
|
||||
|
||||
retrofit-lib = "com.squareup.retrofit2:retrofit:2.9.0"
|
||||
retrofit-kotlinxSerializationConverter = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue