Skip to content

Commit

Permalink
Fix dialog for switching keybaords/langauges (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
MV-GH authored Aug 5, 2024
1 parent b51fd4a commit ed68524
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.06.00-alpha01")
val composeBom = platform("dev.chrisbanes.compose:compose-bom:2024.07.00-alpha02")
api(composeBom)
implementation("androidx.activity:activity-compose")
implementation("androidx.appcompat:appcompat:1.7.0")
Expand Down

0 comments on commit ed68524

Please sign in to comment.