From 2bec577fb71def4d3071ca20a9050b1ac24cd0ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:13:28 +0000 Subject: [PATCH] Update dependency androidx.webkit:webkit to v1.12.0 (#377) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.webkit:webkit](https://developer.android.com/jetpack/androidx/releases/webkit#1.12.0) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.11.0` -> `1.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.webkit:webkit/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/androidx.webkit:webkit/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/androidx.webkit:webkit/1.11.0/1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/androidx.webkit:webkit/1.11.0/1.12.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**: Enabled. ♻ **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. --- - [ ] 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/julioromano/mooviez). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b447ca8..b6217f6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -101,7 +101,7 @@ androidx-testOrchestrator = "androidx.test:orchestrator:1.5.0" androidx-testRules = { module = "androidx.test:rules", version.ref = "androidx-test" } androidx-testRunner = "androidx.test:runner:1.6.2" androidx-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0" -androidx-webkit = "androidx.webkit:webkit:1.11.0" +androidx-webkit = "androidx.webkit:webkit:1.12.0" androidx-workRuntime = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-workManager" } androidx-workTesting = { module = "androidx.work:work-testing", version.ref = "androidx-workManager" } coil = { module = "io.coil-kt:coil", version.ref = "coil" }