mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
gradle: bump dependencies
This commit is contained in:
parent
845a73b403
commit
4ddca36f37
1 changed files with 8 additions and 8 deletions
|
@ -4,30 +4,30 @@ agp = "7.4.0-alpha07"
|
|||
androidXTest = "1.4.0"
|
||||
aurora = "1.1.0"
|
||||
coil = "2.1.0"
|
||||
coroutines = "1.6.1"
|
||||
coroutines = "1.6.3"
|
||||
dagger = "2.42"
|
||||
hilt = "1.0.0"
|
||||
kotlin = "1.6.10"
|
||||
material_motion = "0.8.4"
|
||||
retrofit = "2.9.0"
|
||||
richtext = "0.13.0"
|
||||
serialization = "1.3.2"
|
||||
serialization = "1.3.3"
|
||||
sqldelight = "2.0.0-alpha03"
|
||||
workmanager = "2.8.0-alpha02"
|
||||
|
||||
[libraries]
|
||||
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"
|
||||
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.1.0-beta05"
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.5.0-rc01"
|
||||
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.1.0"
|
||||
androidx-browser = "androidx.browser:browser:1.4.0"
|
||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-beta02"
|
||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.0-rc01"
|
||||
androidx-hilt-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hilt" }
|
||||
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hilt" }
|
||||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.5.0-rc01"
|
||||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0-alpha01"
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.5.0-rc01"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha14"
|
||||
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.2.0-beta01"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:1.0.0-alpha15"
|
||||
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.2.0-rc01"
|
||||
androidx-test-core = { module = "androidx.test:core", version.ref = "androidXTest" }
|
||||
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.4.0"
|
||||
androidx-test-ext-junit = "androidx.test.ext:junit:1.1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue