Merge pull request #270 from ouchadam/dependabot/gradle/com.google.accompanist-accompanist-systemuicontroller-0.27.1

Bump accompanist-systemuicontroller from 0.27.0 to 0.27.1
This commit is contained in:
Adam Brown 2022-12-05 19:45:37 +00:00 committed by GitHub
commit 2ed44e631f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ ext.Dependencies.with {
ktorContentNegotiation = "io.ktor:ktor-client-content-negotiation:${ktorVer}"
coil = "io.coil-kt:coil-compose:2.2.2"
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.27.0"
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.27.1"
junit = "junit:junit:4.13.2"
kluent = "org.amshove.kluent:kluent:1.72"