mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
build: upgrade AndroidX dependencies
This commit is contained in:
parent
65fdfc2043
commit
6ffe017434
1 changed files with 4 additions and 4 deletions
|
@ -18,14 +18,14 @@ accompanist-insets = { module = "com.google.accompanist:accompanist-insets", ver
|
||||||
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
||||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||||
|
|
||||||
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0-beta01"
|
androidx-activity-compose = "androidx.activity:activity-compose:1.4.0-rc01"
|
||||||
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-beta01"
|
androidx-appcompat = "androidx.appcompat:appcompat:1.4.0-beta01"
|
||||||
androidx-browser = "androidx.browser:browser:1.4.0-beta01"
|
androidx-browser = "androidx.browser:browser:1.4.0-rc01"
|
||||||
androidx-core-ktx = "androidx.core:core-ktx:1.7.0-beta02"
|
androidx-core-ktx = "androidx.core:core-ktx:1.7.0-rc01"
|
||||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
||||||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0-rc01"
|
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0-rc01"
|
||||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.4.0-alpha10"
|
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.4.0-alpha10"
|
||||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha13"
|
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha14"
|
||||||
|
|
||||||
aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref = "aurora" }
|
aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref = "aurora" }
|
||||||
aurora-skin = { module = "org.pushing-pixels:aurora-skin", 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