Skip to content

Commit

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

---
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 Sep 18, 2024
1 parent 4414565 commit 0434748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.5")
implementation("androidx.lifecycle:lifecycle-process:2.8.5")

implementation(platform("androidx.compose:compose-bom:2024.09.01"))
implementation(platform("androidx.compose:compose-bom:2024.09.02"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-text")
implementation("androidx.compose.ui:ui-graphics")
Expand Down

0 comments on commit 0434748

Please sign in to comment.