mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore(deps): update androidx
This commit is contained in:
parent
58e427c13a
commit
2c762428af
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ accompanist = "0.31.4-beta"
|
|||
agp = "8.2.0-alpha14"
|
||||
coil = "2.4.0"
|
||||
# @keep used for kotlinCompilerExtensionVersion
|
||||
composeCompiler = "1.5.0"
|
||||
composeCompiler = "1.5.1"
|
||||
coroutines = "1.7.3"
|
||||
dagger = "2.47"
|
||||
junit = "5.10.0"
|
||||
|
@ -14,12 +14,12 @@ sentry-sdk = "6.27.0"
|
|||
serialization = "1.5.1"
|
||||
sqldelight = "2.0.0"
|
||||
whetstone = "0.6.0"
|
||||
workmanager = "2.9.0-alpha01"
|
||||
workmanager = "2.9.0-alpha02"
|
||||
|
||||
[libraries]
|
||||
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.7.2"
|
||||
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-beta01"
|
||||
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-beta02"
|
||||
androidx-browser = "androidx.browser:browser:1.5.0"
|
||||
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
||||
androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.07.00-alpha01"
|
||||
|
@ -36,7 +36,7 @@ androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling
|
|||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.0.1"
|
||||
androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.1.0-alpha04"
|
||||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1"
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.7.0-beta02"
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.7.0-rc01"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:3.2.0"
|
||||
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1"
|
||||
androidx-test-core = "androidx.test:core:1.6.0-alpha01"
|
||||
|
@ -44,7 +44,7 @@ androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha0
|
|||
androidx-test-ext-junit = "androidx.test.ext:junit:1.2.0-alpha01"
|
||||
androidx-test-rules = "androidx.test:rules:1.6.0-alpha01"
|
||||
androidx-test-runner = "androidx.test:runner:1.6.0-alpha03"
|
||||
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha03"
|
||||
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha04"
|
||||
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "workmanager" }
|
||||
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
||||
build-cachefix = "org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.7.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue