philburk / android-midisuite

Android MIDI test programs and examples.
Apache License 2.0
153 stars 53 forks source link

Apps should use SDK 33 #77

Closed philburk closed 1 year ago

philburk commented 1 year ago

The Google Play Store require SDK 33 for new apps. We should use 33 in case developers copy these apps.

When upgrading to 33 I started getting exceptions for missing Permissions for the MIDI+BTLE app. I needed to add BLUETOOTH_SCAN and BLUETOOTH_CONNECT permissions.