Skip to content

Commit

Permalink
bump some deps and fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Apr 3, 2024
1 parent 6480c96 commit 906fc56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
plugins {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.kotlinAndroid) apply false
Expand Down
6 changes: 3 additions & 3 deletions compose-audio-controls/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ kotlin {
implementation(libs.core.ktx)
}
}
/*
val androidTest by getting {
val androidInstrumentedTest by getting {
dependencies {
implementation(kotlin("test-junit"))
implementation(libs.junit)
}
}*/
}
val jvmTest by getting {
dependencies {
implementation(kotlin("test-junit"))
implementation(libs.junit)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ espresso-core = "3.5.1"
kotlinx-coroutines-core = "1.8.0-RC2"
lifecycle-runtime-ktx = "2.7.0"
activity-compose = "1.8.2"
compose-bom = "2024.02.02"
compose-bom = "2024.03.00"
metalava-gradle = "0.3.5"
dokka = "1.9.10"
ktmidi_version = "0.8.0-pre4"
Expand Down

0 comments on commit 906fc56

Please sign in to comment.