mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(deps): update all AndroidX libraries to latest unstable
This commit is contained in:
parent
e3e62b62ad
commit
fa2868edd6
2 changed files with 13 additions and 9 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
* Update to Compose January releases
|
||||
|
||||
## [1.39.0] - 2024-01-23
|
||||
|
||||
### Changed
|
||||
|
@ -15,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
* Rework widget item layout for consistent touch targets
|
||||
* Add attribution for libraries used in the app
|
||||
* Redesign settings screen
|
||||
* Update to Compose January releases
|
||||
* Update to Compose December releases
|
||||
|
||||
## [1.38.0] - 2023-11-20
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ junit = "5.10.1"
|
|||
konvert = "3.0.0"
|
||||
kotlin = "1.9.22"
|
||||
kotlinResult = "1.1.18"
|
||||
lifecycle = "2.7.0"
|
||||
lifecycle = "2.8.0-alpha01"
|
||||
retrofit = "2.9.0"
|
||||
richtext = "0.20.0"
|
||||
sentry-sdk = "7.2.0"
|
||||
|
@ -23,11 +23,11 @@ workmanager = "2.9.0"
|
|||
|
||||
[libraries]
|
||||
aboutLibraries-m3 = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "aboutLibraries" }
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.8.2"
|
||||
androidx-activity-compose = "androidx.activity:activity-compose:1.9.0-alpha02"
|
||||
androidx-benchmark-macro-junit4 = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" }
|
||||
androidx-browser = "androidx.browser:browser:1.7.0"
|
||||
androidx-browser = "androidx.browser:browser:1.8.0-beta01"
|
||||
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
|
||||
androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.12.00-alpha04"
|
||||
androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2024.01.00-alpha03"
|
||||
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }
|
||||
androidx-compose-glance = { module = "androidx.glance:glance-appwidget", version.ref = "glance" }
|
||||
androidx-compose-glance-m3 = { module = "androidx.glance:glance-material3", version.ref = "glance" }
|
||||
|
@ -40,12 +40,12 @@ 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.0.1"
|
||||
androidx-core-splashscreen = "androidx.core:core-splashscreen:1.1.0-alpha02"
|
||||
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
|
||||
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "lifecycle" }
|
||||
androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0"
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.7.6"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:3.2.1"
|
||||
androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.8.0-alpha01"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:3.3.0-alpha02"
|
||||
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1"
|
||||
androidx-test-core = "androidx.test:core:1.6.0-alpha04"
|
||||
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha02"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue