fix(deps): update dependency androidx.fragment:fragment-ktx to v1.8.2 (#4583)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.fragment:fragment-ktx](https://developer.android.com/jetpack/androidx/releases/fragment#1.8.2) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.8.1` -> `1.8.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.fragment:fragment-ktx/1.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/androidx.fragment:fragment-ktx/1.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/androidx.fragment:fragment-ktx/1.8.1/1.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.fragment:fragment-ktx/1.8.1/1.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/tuskyapp/Tusky). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
96740d7a27
commit
47e453a9de
|
@ -8,7 +8,7 @@ androidx-constraintlayout = "2.1.4"
|
|||
androidx-core = "1.13.1"
|
||||
androidx-drawerlayout = "1.2.0"
|
||||
androidx-exifinterface = "1.3.7"
|
||||
androidx-fragment = "1.8.1"
|
||||
androidx-fragment = "1.8.2"
|
||||
androidx-hilt = "1.2.0"
|
||||
androidx-junit = "1.2.1"
|
||||
androidx-lifecycle = "2.8.3"
|
||||
|
|
|
@ -596,6 +596,14 @@
|
|||
<sha256 value="96fbcf9d1072756b18645b01c84f9f5009d5345ec1340c5179b4598dcfa6b945" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.fragment" name="fragment" version="1.8.2">
|
||||
<artifact name="fragment-1.8.2.aar">
|
||||
<sha256 value="c14786bdad6e7b12289a70de7d4f6b68dc7920278044d8dbdefeb3c3a7172d3e" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="fragment-1.8.2.module">
|
||||
<sha256 value="95eb2d91e1b8022f1d466add4b7d125742031226e03890b9a892b3a03199b13a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.fragment" name="fragment-ktx" version="1.7.1">
|
||||
<artifact name="fragment-ktx-1.7.1-sources.jar">
|
||||
<sha256 value="6c9da4629e5057aa9f7caf9c2f6f77da387b0dec681d3dd65662d33c0871f7ca" origin="Generated by Gradle"/>
|
||||
|
@ -626,6 +634,14 @@
|
|||
<sha256 value="6550466bc60be60c9314b2a14879bd263fc0fb22d78a74d09e1c3b6becf13ec5" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.fragment" name="fragment-ktx" version="1.8.2">
|
||||
<artifact name="fragment-ktx-1.8.2.aar">
|
||||
<sha256 value="b7d93849460d956c48905c33c280bd0dc8c075f2e050b54ddfedcd4c4a14950a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="fragment-ktx-1.8.2.module">
|
||||
<sha256 value="481916debe11dd09d9424cc92c9a98181351d6c8e9ef9ece2680ed6e085a4502" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.hilt" name="hilt-common" version="1.2.0">
|
||||
<artifact name="hilt-common-1.2.0.jar">
|
||||
<sha256 value="6b09081fd5a10de569b4be6463b146f6045bb18919bf309aff064980b6310371" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in New Issue