Skip to content

Commit

Permalink
Upgrading compose-bom to 2024.08 (#1646)
Browse files Browse the repository at this point in the history
Co-authored-by: Maarten Vercruysse <[email protected]>
  • Loading branch information
dessalines and MV-GH authored Sep 2, 2024
1 parent 7623963 commit 725e34a
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 @@ -112,7 +112,7 @@ dependencies {
// https://github.com/LemmyNet/jerboa/pull/1502#issuecomment-2137935525
// val composeBom = platform("androidx.compose:compose-bom:2024.05.00")

val composeBom = platform("dev.chrisbanes.compose:compose-bom:2024.07.00-alpha02")
val composeBom = platform("dev.chrisbanes.compose:compose-bom:2024.08.00-alpha02")
api(composeBom)
implementation("androidx.activity:activity-ktx")
implementation("androidx.activity:activity-compose")
Expand Down

0 comments on commit 725e34a

Please sign in to comment.