Skip to content

Commit 763195e

Browse files
authored
Merge pull request #12 from miscdevstuff/renovate/androidx.compose-compose-bom-2023.x
Update dependency androidx.compose:compose-bom to v2023
2 parents 8752adf + e4d5f9d commit 763195e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
5252

5353
dependencies {
5454

55-
implementation(platform("androidx.compose:compose-bom:2022.12.00"))
55+
implementation(platform("androidx.compose:compose-bom:2023.10.01"))
5656

5757
implementation("androidx.compose.ui:ui-graphics")
5858
implementation("androidx.core:core-ktx:1.12.0")

0 commit comments

Comments
 (0)