Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ androidxactivity = "1.10.1"
# so we'll need to lock ourselves to an older version and later add restrictions for what compose
# versions are supported when we decided to update.
# https://android-review.googlesource.com/c/platform/frameworks/support/+/2692852/37/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/internal/ComposableLambda.kt#625
compose-bom = "2024.08.00"
compose-bom = "2024.12.01"
detekt = "1.23.8"
kotlin = "2.1.21"
kotlin-coroutines = "1.10.2"
Expand Down
Loading