mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(deps): update androidx
This commit is contained in:
parent
69b5467e32
commit
6608fe2c7f
1 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@ konvert = "4.0.1"
|
||||||
kotlin = "2.1.10"
|
kotlin = "2.1.10"
|
||||||
kotlinResult = "2.0.1"
|
kotlinResult = "2.0.1"
|
||||||
leakcanary = "3.0-alpha-8"
|
leakcanary = "3.0-alpha-8"
|
||||||
lifecycle = "2.9.0-alpha10"
|
lifecycle = "2.9.0-alpha11"
|
||||||
navigation = "2.9.0-alpha06"
|
navigation = "2.9.0-alpha07"
|
||||||
retrofit = "2.11.0"
|
retrofit = "2.11.0"
|
||||||
richtext = "1.0.0-alpha02"
|
richtext = "1.0.0-alpha02"
|
||||||
sentry-sdk = "8.3.0"
|
sentry-sdk = "8.3.0"
|
||||||
|
@ -28,7 +28,7 @@ workmanager = "2.10.0"
|
||||||
[libraries]
|
[libraries]
|
||||||
aboutLibraries-m3 = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutLibraries" }
|
aboutLibraries-m3 = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutLibraries" }
|
||||||
android-security-lints = "com.android.security.lint:lint:1.0.3"
|
android-security-lints = "com.android.security.lint:lint:1.0.3"
|
||||||
androidx-activity-compose = "androidx.activity:activity-compose:1.10.0"
|
androidx-activity-compose = "androidx.activity:activity-compose:1.10.1"
|
||||||
androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" }
|
androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" }
|
||||||
androidx-browser = "androidx.browser:browser:1.8.0"
|
androidx-browser = "androidx.browser:browser:1.8.0"
|
||||||
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
||||||
|
@ -51,7 +51,7 @@ androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling
|
||||||
androidx-compose-ui-unit = { module = "androidx.compose.ui:ui-unit" }
|
androidx-compose-ui-unit = { module = "androidx.compose.ui:ui-unit" }
|
||||||
androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util" }
|
androidx-compose-ui-util = { module = "androidx.compose.ui:ui-util" }
|
||||||
androidx-core = "androidx.core:core:1.16.0-alpha02"
|
androidx-core = "androidx.core:core:1.16.0-alpha02"
|
||||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.2.0-alpha02"
|
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.2.0-beta01"
|
||||||
androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
||||||
androidx-lint-gradle = "androidx.lint:lint-gradle:1.0.0-alpha03"
|
androidx-lint-gradle = "androidx.lint:lint-gradle:1.0.0-alpha03"
|
||||||
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" }
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue