We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f121167 commit 35289adCopy full SHA for 35289ad
gradle/libs.versions.toml
@@ -8,7 +8,7 @@ minSdk = "21"
8
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version = "1.9.22" }
9
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.2" }
10
# compiler dependency is defined to help Renovabot update the version
11
-accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.32.0" }
+accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.34.0" }
12
compose-bom = "androidx.compose:compose-bom:2023.10.01"
13
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.8" }
14
compose-material3 = { module = "androidx.compose.material3:material3" }
0 commit comments