atsushieno / aap-core

an Audio Plugin Format/Framework for Android
MIT License
90 stars 3 forks source link

determine how to deal with VanillaIceCream preview API #197

Closed atsushieno closed 3 months ago

atsushieno commented 7 months ago

The latest androidaudioplugin-midi-device-service contains support for MidiUmpDeviceService, but it turned out that it prevents publishing to Play Store, because of use of the preview API (compileSdkPreview embeds such metadata).

Since we haven't published any of the apps to Play Store yet, we can say it does not matter much, but it is itchy.

atsushieno commented 3 months ago

VIC is not a preview API anymore, so we have migrated to compileSdk = 35.