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
86e659a180
commit
fde4e01697
5 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
accompanist = "0.18.0"
|
||||
aurora = "0.0.54-SNAPSHOT"
|
||||
coroutines = "1.5.2"
|
||||
hilt = "2.38.1"
|
||||
hilt = "2.39"
|
||||
moshix = "0.14.1"
|
||||
retrofit = "2.9.0"
|
||||
sqldelight = "1.5.1"
|
||||
|
@ -17,12 +17,12 @@ accompanist-insets = { module = "com.google.accompanist:accompanist-insets", ver
|
|||
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0-alpha02"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-alpha03"
|
||||
androidx-browser = "androidx.browser:browser:1.4.0-alpha01"
|
||||
androidx-coreKtx = "androidx.core:core-ktx:1.7.0-beta01"
|
||||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha07"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha12"
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0-beta01"
|
||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-beta01"
|
||||
androidx-browser = "androidx.browser:browser:1.4.0-beta01"
|
||||
androidx-coreKtx = "androidx.core:core-ktx:1.7.0-beta02"
|
||||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0-rc01"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha13"
|
||||
|
||||
aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref = "aurora" }
|
||||
aurora-skin = { module = "org.pushing-pixels:aurora-skin", version.ref = "aurora" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue