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.35.0-alpha.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.31.5-beta...v0.35.0-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 Feb 5, 2024
1 parent 24f6155 commit ddb347d
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 @@ -91,7 +91,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.35.0-alpha'

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

0 comments on commit ddb347d

Please sign in to comment.