Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35289ad

Browse files
authoredJan 29, 2024
fix(deps): update dependency com.google.accompanist:accompanist-systemuicontroller to v0.34.0
1 parent f121167 commit 35289ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ minSdk = "21"
88
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version = "1.9.22" }
99
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.2" }
1010
# compiler dependency is defined to help Renovabot update the version
11-
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.32.0" }
11+
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.34.0" }
1212
compose-bom = "androidx.compose:compose-bom:2023.10.01"
1313
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.8" }
1414
compose-material3 = { module = "androidx.compose.material3:material3" }

0 commit comments

Comments
 (0)
Please sign in to comment.