Merge pull request #60 from ouchadam/dependabot/gradle/com.google.accompanist-accompanist-systemuicontroller-0.24.13-rc

Bump accompanist-systemuicontroller from 0.24.10-beta to 0.24.13-rc
This commit is contained in:
Adam Brown 2022-07-28 19:55:49 +01:00 committed by GitHub
commit 82720ea9fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ ext.Dependencies.with {
ktorContentNegotiation = "io.ktor:ktor-client-content-negotiation:${ktorVer}"
coil = "io.coil-kt:coil-compose:2.1.0"
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.24.10-beta"
accompanistSystemuicontroller = "com.google.accompanist:accompanist-systemuicontroller:0.24.13-rc"
junit = "junit:junit:4.13.2"
kluent = "org.amshove.kluent:kluent:1.68"