eoineoineoin / ecwt

Morse Code training application for Android
MIT License
24 stars 5 forks source link

Make the app run on Android 5 (API 22) #11

Closed p-davide closed 1 year ago

p-davide commented 1 year ago

This requires a deprecated AudioTrack constructor, but devices with API 23 or above should not see any changes. The minSdkVersion could probably go to 21, but I can't test it.

eoineoineoin commented 1 year ago

Hey Davide, sorry I didn't even notice your two most recent changes. I've merged them now, so they'll be in the next update. On this one, I tested with SDK 21, and it seems to work! Thanks so much for your help here!