From 9c5026152913e2c5bcc9b67d66f7da056c9947e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:04:40 +0000 Subject: [PATCH] :arrow_up: Bump com.google.accompanist:accompanist-permissions Bumps [com.google.accompanist:accompanist-permissions](https://github.com/google/accompanist) from 0.22.0-rc to 0.29.1-alpha. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.22.0-rc...v0.29.1-alpha) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-permissions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9d031f09..452f202c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -174,7 +174,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0' implementation 'androidx.navigation:navigation-compose:2.4.0-rc01' - implementation "com.google.accompanist:accompanist-permissions:0.22.0-rc" + implementation "com.google.accompanist:accompanist-permissions:0.29.1-alpha" // When using a AppCompat theme implementation "com.google.accompanist:accompanist-appcompat-theme:0.20.3"