mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(deps): update androidx (#773)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.paging:paging-compose](https://developer.android.com/jetpack/androidx/releases/paging#3.3.6) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `3.3.5` -> `3.3.6` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [androidx.compose:compose-bom-alpha](https://developer.android.com/jetpack) | `2025.01.01` -> `2025.02.00` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [androidx.navigation.safeargs.kotlin](https://developer.android.com/jetpack/androidx/releases/navigation#2.8.7) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `2.9.0-alpha05` -> `2.9.0-alpha06` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [androidx.navigation:navigation-compose](https://developer.android.com/jetpack/androidx/releases/navigation#2.8.7) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `2.9.0-alpha05` -> `2.9.0-alpha06` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [androidx.lifecycle:lifecycle-viewmodel-compose](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.7) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `2.9.0-alpha09` -> `2.9.0-alpha10` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [androidx.baselineprofile](https://developer.android.com/jetpack/androidx/releases/benchmark#1.3.3) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.4.0-alpha07` -> `1.4.0-alpha08` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [androidx.benchmark:benchmark-macro-junit4](https://developer.android.com/jetpack/androidx/releases/benchmark#1.3.3) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.4.0-alpha07` -> `1.4.0-alpha08` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/msfjarvis/compose-lobsters). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
40160777f6
commit
f488b34802
2 changed files with 6 additions and 5 deletions
|
@ -3,7 +3,7 @@ aboutLibraries = "11.2.3"
|
|||
agp = "8.8.0"
|
||||
android-junit5 = "1.11.3.0"
|
||||
androidx-test = "1.6.1"
|
||||
benchmark = "1.4.0-alpha07"
|
||||
benchmark = "1.4.0-alpha08"
|
||||
coil3 = "3.1.0"
|
||||
coroutines = "1.10.1"
|
||||
dagger = "2.55"
|
||||
|
@ -15,8 +15,8 @@ konvert = "4.0.1"
|
|||
kotlin = "2.1.10"
|
||||
kotlinResult = "2.0.1"
|
||||
leakcanary = "3.0-alpha-8"
|
||||
lifecycle = "2.9.0-alpha09"
|
||||
navigation = "2.9.0-alpha05"
|
||||
lifecycle = "2.9.0-alpha10"
|
||||
navigation = "2.9.0-alpha06"
|
||||
retrofit = "2.11.0"
|
||||
richtext = "1.0.0-alpha02"
|
||||
sentry-sdk = "8.2.0"
|
||||
|
@ -32,7 +32,7 @@ androidx-activity-compose = "androidx.activity:activity-compose:1.10.0"
|
|||
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" }
|
||||
androidx-compose-bom = "androidx.compose:compose-bom-alpha:2025.01.01"
|
||||
androidx-compose-bom = "androidx.compose:compose-bom-alpha:2025.02.00"
|
||||
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" }
|
||||
|
@ -55,7 +55,7 @@ androidx-core-splashscreen = "androidx.core:core-splashscreen:1.2.0-alpha02"
|
|||
androidx-lifecycle-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
||||
androidx-lint-gradle = "androidx.lint:lint-gradle:1.0.0-alpha03"
|
||||
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" }
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:3.3.5"
|
||||
androidx-paging-compose = "androidx.paging:paging-compose:3.3.6"
|
||||
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.1"
|
||||
androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test" }
|
||||
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.1"
|
||||
|
|
|
@ -11,6 +11,7 @@ pluginManagement {
|
|||
exclusiveContent {
|
||||
forRepository { google() }
|
||||
filter {
|
||||
includeGroup("androidx.annotation")
|
||||
includeGroup("androidx.baselineprofile")
|
||||
includeGroup("androidx.benchmark")
|
||||
includeGroup("androidx.databinding")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue