
Use a custom ExoPlayer fork with the FLAC extension enabled. This greatly improves the listening experience, as it enables metadata support on OGG files and FLAC files to be played below API 27.
4 lines
No EOL
145 B
Groovy
4 lines
No EOL
145 B
Groovy
include ':app'
|
|
rootProject.name = "Auxio"
|
|
gradle.ext.exoplayerModulePrefix = 'exoplayer-'
|
|
apply from: file("deps/exoplayer/core_settings.gradle") |