Update dependency androidx.fragment:fragment-ktx to v1.8.0 (#4510)
[![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.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.7.1` -> `1.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.fragment:fragment-ktx/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/androidx.fragment:fragment-ktx/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/androidx.fragment:fragment-ktx/1.7.1/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.fragment:fragment-ktx/1.7.1/1.8.0?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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/tuskyapp/Tusky). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f23befe021
commit
503b240f04
|
@ -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.7.1"
|
||||
androidx-fragment = "1.8.0"
|
||||
androidx-hilt = "1.2.0"
|
||||
androidx-junit = "1.1.5"
|
||||
androidx-lifecycle = "2.8.2"
|
||||
|
|
|
@ -483,6 +483,17 @@
|
|||
<sha256 value="d6aea759c6903c44da1cbe5f770d5ed3cad0b38945535089bcfacfe705f57841" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.fragment" name="fragment" version="1.8.0">
|
||||
<artifact name="fragment-1.8.0-sources.jar">
|
||||
<sha256 value="dadc27ff90ff01cbe177b309fbbf105a1f7a154d52e716b0e9f93edb0fc18b6a" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="fragment-1.8.0.aar">
|
||||
<sha256 value="7ff14d11a3167a854ac12e62aa6b5a68d230821664199244d1563cf30b5c6fd0" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="fragment-1.8.0.module">
|
||||
<sha256 value="6aff4179065b190ab32f9d6439add487aaeabc502bb07df0cddae63aade1b62b" 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"/>
|
||||
|
@ -494,6 +505,17 @@
|
|||
<sha256 value="8cc96d948489f9411c91796e5c7332ecfb070c2d0f4d65b7dc3e7978fa255bbd" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="androidx.fragment" name="fragment-ktx" version="1.8.0">
|
||||
<artifact name="fragment-ktx-1.8.0-sources.jar">
|
||||
<sha256 value="6c9da4629e5057aa9f7caf9c2f6f77da387b0dec681d3dd65662d33c0871f7ca" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="fragment-ktx-1.8.0.aar">
|
||||
<sha256 value="29b4003b3a4639aeb5df989c85aefbf861a83ac18493a1defb71c5c191b0afd5" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="fragment-ktx-1.8.0.module">
|
||||
<sha256 value="76993ac6f4d410942f4355f7cf45d56a0f465c08a1dbbd71bb30ad03b082cefc" 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