Skip to content

Commit

Permalink
release 0.6.1 with the updated ktmidi (0.9.0).
Browse files Browse the repository at this point in the history
v0.9.0 contains a major fix for Android MIDI device selector that failed to
identify lots of MidiUmpDeviceServices from MIDI1 MidiDeviceServices.
  • Loading branch information
atsushieno committed Jul 15, 2024
1 parent c2531a5 commit b8bb6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.unit.dp
import dev.atsushieno.ktmidi.MidiPortDetails
import dev.atsushieno.ktmidi.MidiTransportProtocol
import kotlinx.coroutines.DelicateCoroutinesApi
import kotlinx.coroutines.delay
import kotlinx.coroutines.launch

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
compose-audio-controls = "0.6.0" # ourselves
compose-audio-controls = "0.6.1" # ourselves
agp = "8.2.2"
android-compileSdk = "35"
android-minSdk = "23"
Expand All @@ -11,7 +11,7 @@ kotlinx-coroutines-core = "1.9.0-RC"
activity-compose = "1.9.0"
compose-bom = "2024.06.00"
dokka = "1.9.20"
ktmidi_version = "0.8.2"
ktmidi_version = "0.9.0"
compose-plugin = "1.6.10"
kotlinx-datetime = "0.6.0"
gradle-javacpp = "1.5.10"
Expand Down

0 comments on commit b8bb6b7

Please sign in to comment.