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

Bump accompanist-systemuicontroller from 0.24.1-alpha to 0.24.3-alpha
This commit is contained in:
Adam Brown 2022-03-09 21:34:44 +00:00 committed by GitHub
commit 759a004495
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.1-alpha"
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.3-alpha"
}