Skip to content

Commit

Permalink
update AndroidX Compose BOM to 2024.10.00
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Oct 27, 2024
1 parent 82b4109 commit fc2d2db
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 154 deletions.
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.6")
implementation("androidx.lifecycle:lifecycle-process:2.8.6")

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

0 comments on commit fc2d2db

Please sign in to comment.