I've been searching around trying to figure out how exactly one is to use the Android.Play.ExpansionLibrary.
I've simply got an app with about 150MB of audio tracks that need to be uploaded to the play store.
I'm looking at the source of that repo, and the actual use is eluding me. I can't find any documentation on how to create an expansion APK, and then how to use it in my app.
I'd obviously like to be able to use it when debugging, but also upload it to the Play Store and download it when the app is purchased.
Is there a solid tutorial out there on how to handle Expansion APKs?