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

Bump accompanist-systemuicontroller from 0.24.4-alpha to 0.24.5-alpha
This commit is contained in:
Adam Brown 2022-03-26 09:47:05 +00:00 committed by GitHub
commit 6c049900ee
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.4-alpha"
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.5-alpha"
}