kshoji / BLE-MIDI-for-Android

MIDI over Bluetooth LE driver for Android 4.3 or later
Apache License 2.0
123 stars 41 forks source link

Bring down the minSdkVersion to 18 #6

Closed kshoji closed 9 years ago

kshoji commented 9 years ago

This library requires API Level 19. This is because of Bluetooth pairing feature. Consider to enable BLE MIDI on API Level 18 without using pairing feature.