mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
all: upgrade dependencies
This commit is contained in:
parent
7445f7d94e
commit
89dbf124d8
7 changed files with 17 additions and 18 deletions
|
@ -1,9 +1,9 @@
|
|||
[versions]
|
||||
coroutines = "1.5.0"
|
||||
hilt = "2.37"
|
||||
moshix = "0.11.2"
|
||||
coroutines = "1.5.1"
|
||||
hilt = "2.38.1"
|
||||
moshix = "0.12.0"
|
||||
retrofit = "2.9.0"
|
||||
sqldelight = "1.5.0"
|
||||
sqldelight = "1.5.1"
|
||||
|
||||
[libraries]
|
||||
|
||||
|
@ -11,10 +11,10 @@ kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines
|
|||
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
||||
kotlin-coroutines-jvm = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm", version.ref = "coroutines" }
|
||||
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.3.0-rc01"
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.3.1"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha03"
|
||||
androidx-browser = "androidx.browser:browser:1.3.0"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha11"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha12"
|
||||
|
||||
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
||||
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue