mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(deps): update androidx (#423)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.test:runner](https://developer.android.com/testing) | `1.6.0-alpha04` -> `1.6.0-alpha05` | [](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.test:rules](https://developer.android.com/testing) | `1.6.0-alpha01` -> `1.6.0-alpha02` | [](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.test.ext:junit](https://developer.android.com/testing) | `1.2.0-alpha01` -> `1.2.0-alpha02` | [](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.test.espresso:espresso-core](https://developer.android.com/testing) | `3.6.0-alpha01` -> `3.6.0-alpha02` | [](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.test:core](https://developer.android.com/testing) | `1.6.0-alpha02` -> `1.6.0-alpha03` | [](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 becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/msfjarvis/compose-lobsters). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b2a942c179
commit
66c22aa3b8
1 changed files with 5 additions and 5 deletions
|
@ -41,11 +41,11 @@ androidx-lifecycle-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.6
|
||||||
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.7.5"
|
androidx-navigation-compose = "androidx.navigation:navigation-compose:2.7.5"
|
||||||
androidx-paging-compose = "androidx.paging:paging-compose:3.2.1"
|
androidx-paging-compose = "androidx.paging:paging-compose:3.2.1"
|
||||||
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1"
|
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1"
|
||||||
androidx-test-core = "androidx.test:core:1.6.0-alpha02"
|
androidx-test-core = "androidx.test:core:1.6.0-alpha03"
|
||||||
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha01"
|
androidx-test-espresso-core = "androidx.test.espresso:espresso-core:3.6.0-alpha02"
|
||||||
androidx-test-ext-junit = "androidx.test.ext:junit:1.2.0-alpha01"
|
androidx-test-ext-junit = "androidx.test.ext:junit:1.2.0-alpha02"
|
||||||
androidx-test-rules = "androidx.test:rules:1.6.0-alpha01"
|
androidx-test-rules = "androidx.test:rules:1.6.0-alpha02"
|
||||||
androidx-test-runner = "androidx.test:runner:1.6.0-alpha04"
|
androidx-test-runner = "androidx.test:runner:1.6.0-alpha05"
|
||||||
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha05"
|
androidx-test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0-alpha05"
|
||||||
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "workmanager" }
|
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "workmanager" }
|
||||||
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue