Skip to content

Commit

Permalink
fix(deps): Bump com.google.accompanist:accompanist-systemuicontroller
Browse files Browse the repository at this point in the history
Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.31.5-beta to 0.33.1-alpha.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.31.5-beta...v0.33.1-alpha)

---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-systemuicontroller
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent 614a042 commit f3fbf30
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 @@ -78,7 +78,7 @@ dependencies {
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.material3:material3'
implementation 'com.google.accompanist:accompanist-systemuicontroller:0.31.5-beta'
implementation 'com.google.accompanist:accompanist-systemuicontroller:0.33.1-alpha'

// Compose related
implementation 'androidx.navigation:navigation-compose:2.6.0'
Expand Down

0 comments on commit f3fbf30

Please sign in to comment.