Skip to content

Commit e2cfc5c

Browse files
fix(deps): bump com.google.accompanist:accompanist-permissions
Bumps [com.google.accompanist:accompanist-permissions](https://github.com/google/accompanist) from 0.32.0 to 0.34.0. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](google/accompanist@v0.32.0...v0.34.0) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-permissions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b28b34 commit e2cfc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies {
118118
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
119119
implementation 'com.google.code.gson:gson:2.10.1'
120120

121-
def accompanist_permissions_version = "0.32.0"
121+
def accompanist_permissions_version = "0.34.0"
122122
implementation "com.google.accompanist:accompanist-permissions:$accompanist_permissions_version"
123123

124124
implementation "com.airbnb.android:lottie-compose:6.3.0"

0 commit comments

Comments
 (0)