From 08eb48990bba956ad290e4b161572cc06c1f36cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 02:43:50 +0000 Subject: [PATCH] Update dependency com.google.accompanist:accompanist-permissions to v0.37.0 (#429) 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 | |---|---|---|---|---|---| | [com.google.accompanist:accompanist-permissions](https://redirect.github.com/google/accompanist) | `0.36.0` -> `0.37.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.accompanist:accompanist-permissions/0.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.accompanist:accompanist-permissions/0.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.accompanist:accompanist-permissions/0.36.0/0.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.accompanist:accompanist-permissions/0.36.0/0.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
google/accompanist (com.google.accompanist:accompanist-permissions) ### [`v0.37.0`](https://redirect.github.com/google/accompanist/releases/tag/v0.37.0): 🌈 #### What’s Changed - Release v0.37.0 ([#​1812](https://redirect.github.com/google/accompanist/issues/1812)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Convert samples to M3 and edge to edge ([#​1810](https://redirect.github.com/google/accompanist/issues/1810)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Convert sample app activity to Compose ([#​1807](https://redirect.github.com/google/accompanist/issues/1807)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Remove Navigation Animation ([#​1808](https://redirect.github.com/google/accompanist/issues/1808)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Remove system ui controller ([#​1809](https://redirect.github.com/google/accompanist/issues/1809)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Remove Navigation Material ([#​1806](https://redirect.github.com/google/accompanist/issues/1806)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Remove Test Harness ([#​1805](https://redirect.github.com/google/accompanist/issues/1805)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Fix issue bundling kotlin metadataJvm in permissions lint ([#​1804](https://redirect.github.com/google/accompanist/issues/1804)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Upgrade to Kotlin 2.0.20 and move to build-logic for Gradle ([#​1802](https://redirect.github.com/google/accompanist/issues/1802)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - \[Permissions] Support calling rememberPermissionState in a Compose preview ([#​1803](https://redirect.github.com/google/accompanist/issues/1803)) [@​eygraber](https://redirect.github.com/eygraber) - Remove insets-ui ([#​1801](https://redirect.github.com/google/accompanist/issues/1801)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Remove Web ([#​1800](https://redirect.github.com/google/accompanist/issues/1800)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Remove Placeholder ([#​1799](https://redirect.github.com/google/accompanist/issues/1799)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Remove ThemeAdapter ([#​1798](https://redirect.github.com/google/accompanist/issues/1798)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Remove SwipeRefresh ([#​1797](https://redirect.github.com/google/accompanist/issues/1797)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Remove Pager ([#​1796](https://redirect.github.com/google/accompanist/issues/1796)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Remove FlowLayout library ([#​1795](https://redirect.github.com/google/accompanist/issues/1795)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - \[Permissions] fix([gh-1781](https://redirect.github.com/google/accompanist/issues/1781)): check for `Denied(shouldShowRationale=false)` in `MutableMultiplePermissionsState.shouldShowRationale` ([#​1783](https://redirect.github.com/google/accompanist/issues/1783)) [@​FelixZY](https://redirect.github.com/FelixZY) - Update update-release.yml ([#​1792](https://redirect.github.com/google/accompanist/issues/1792)) [@​bentrengrove](https://redirect.github.com/bentrengrove) - Fix insets-ui migration step ([#​1791](https://redirect.github.com/google/accompanist/issues/1791)) [@​alexvanyo](https://redirect.github.com/alexvanyo)
--- ### 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. πŸ”• **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 7492f4a..ace53f4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ androidx-test = "1.6.1" androidx-testEspresso = "3.6.1" androidx-workManager = "2.10.0" coil = "2.7.0" -google-accompanist = "0.36.0" +google-accompanist = "0.37.0" google-glance-tooling = "0.2.2" kotlin = "2.1.0" kotlin-inject = "0.7.2"