Skip to content

Commit

Permalink
fix(deps): bump com.google.accompanist:accompanist-permissions
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 00c3ee3 commit 85562b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
implementation 'com.google.code.gson:gson:2.10.1'

def accompanist_permissions_version = "0.32.0"
def accompanist_permissions_version = "0.34.0"
implementation "com.google.accompanist:accompanist-permissions:$accompanist_permissions_version"

implementation "com.airbnb.android:lottie-compose:6.3.0"
Expand Down

0 comments on commit 85562b0

Please sign in to comment.