Skip to content

Commit

Permalink
update AndroidX Compose BOM to 2024.12.01
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jan 4, 2025
1 parent d860ff7 commit 23cafae
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 155 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
implementation("androidx.lifecycle:lifecycle-process:2.8.7")

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

0 comments on commit 23cafae

Please sign in to comment.