mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
build: upgrade all dependencies
This commit is contained in:
parent
2852cbaff0
commit
1c2ae9ad99
5 changed files with 8 additions and 8 deletions
|
@ -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-beta01"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha02"
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.3.0-rc01"
|
||||
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-alpha10"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha11"
|
||||
|
||||
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