Skip to content

Commit

Permalink
Bump androidx.compose:compose-bom from 2024.06.00 to 2024.09.01
Browse files Browse the repository at this point in the history
Bumps androidx.compose:compose-bom from 2024.06.00 to 2024.09.01.

---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and henrik-klev committed Sep 17, 2024
1 parent 58bfb00 commit 09d57fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.0")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.06.00"))
androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.01"))

debugImplementation("androidx.compose.ui:ui-test-manifest")
debugImplementation("androidx.compose.ui:ui-tooling")
Expand All @@ -68,7 +68,7 @@ dependencies {
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.5")
implementation(platform("androidx.compose:compose-bom:2024.06.00"))
implementation(platform("androidx.compose:compose-bom:2024.09.01"))
implementation("com.github.skydoves:cloudy:0.1.2")

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
Expand Down

0 comments on commit 09d57fa

Please sign in to comment.