We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e8ebe commit fbb95b9Copy full SHA for fbb95b9
gradle/libs.versions.toml
@@ -9,7 +9,7 @@ kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version =
9
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3" }
10
# compiler dependency is defined to help Renovabot update the version
11
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.32.0" }
12
-compose-bom = "androidx.compose:compose-bom:2023.10.01"
+compose-bom = "androidx.compose:compose-bom:2024.04.00"
13
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.10" }
14
compose-material3 = { module = "androidx.compose.material3:material3" }
15
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.7" }
0 commit comments