Auxio/settings.gradle
OxygenCobalt 317b12579c
playback: expose media button receiver
Expose a custom MediaButtonReceiver that handles the media button
intent. This is not because I wanted to implement this. Some apps
like gadgetbridge just blindly query ACTION_MEDIA_BUTTON instead of
relying on the more modern MediaController API, which I expected
most apps would use instead.

Resolves #62.
2022-01-25 17:20:26 -07:00

4 lines
No EOL
148 B
Groovy

include ':app'
rootProject.name = "Auxio"
gradle.ext.exoplayerModulePrefix = 'exoplayer-'
apply from: file("srclibs/exoplayer/core_settings.gradle")