Skip to content

Commit

Permalink
fix(deps): update dependency com.google.accompanist:accompanist-syste…
Browse files Browse the repository at this point in the history
…muicontroller to v0.30.1 (#52)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 5, 2023
1 parent f798659 commit 4b60163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minSdk = "21"
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version = "1.8.10" }
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.5.0" }
# compiler dependency is defined to help Renovabot update the version
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.30.0" }
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.30.1" }
compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2023.03.00" }
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.4.4" }
compose-material3 = { module = "androidx.compose.material3:material3" }
Expand Down

0 comments on commit 4b60163

Please sign in to comment.