Merge pull request #29 from ouchadam/dependabot/gradle/com.google.accompanist-accompanist-systemuicontroller-0.24.7-alpha

Bump accompanist-systemuicontroller from 0.24.6-alpha to 0.24.7-alpha
This commit is contained in:
Adam Brown 2022-04-25 11:59:15 +01:00 committed by GitHub
commit 8f0c4c9b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ applyAndroidLibraryModule(project)
dependencies {
implementation project(":core")
implementation("io.coil-kt:coil-compose:1.4.0")
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.6-alpha"
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.7-alpha"
}