mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix(deps): update androidx
This commit is contained in:
parent
4a96af17f4
commit
f9ecdebc63
1 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ junit = "5.10.2"
|
|||
konvert = "3.0.1"
|
||||
kotlin = "1.9.23"
|
||||
kotlinResult = "2.0.0"
|
||||
lifecycle = "2.8.0-alpha03"
|
||||
lifecycle = "2.8.0-alpha04"
|
||||
retrofit = "2.11.0"
|
||||
richtext = "1.0.0-alpha01"
|
||||
sentry-sdk = "7.6.0"
|
||||
|
@ -23,7 +23,7 @@ workmanager = "2.10.0-alpha01"
|
|||
|
||||
[libraries]
|
||||
aboutLibraries-m3 = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutLibraries" }
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.9.0-beta01"
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.9.0-rc01"
|
||||
androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" }
|
||||
androidx-browser = "androidx.browser:browser:1.8.0"
|
||||
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
||||
|
@ -40,13 +40,13 @@ androidx-compose-ui-text = { module = "androidx.compose.ui:ui-text" }
|
|||
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
||||
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
||||
androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util" }
|
||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.1.0-alpha02"
|
||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.1.0-rc01"
|
||||
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
|
||||
androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
||||
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "lifecycle" }
|
||||
androidx-lint = "androidx.lint:lint-gradle:1.0.0-alpha01"
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.8.0-alpha05"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:3.3.0-alpha05"
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.8.0-alpha06"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:3.3.0-beta01"
|
||||
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.0-alpha01"
|
||||
androidx-test-core = "androidx.test:core:1.6.0-alpha05"
|
||||
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha03"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue