Auxio/settings.gradle
Alexander Capehart c1e4d0f10e
all: switch to media3
Move everything over to the media3 library instead of ExoPlayer.

Media3 is worse in every way. It labels half of ExoPlayer as "unsafe"
because it thinks that it's garbage uwu "helpful" abstractions are
perfectly servicable when in reality they are a pile of garbage filled
with insane performance issues, race conditions, and a seeming lack
of awareness to the sheer absurdity of android's media APIs. It is
absolutely horrible, but ExoPlayer will stop being maintained soon
and I will have to move over for further maintenance.
2023-05-10 17:47:31 -06:00

4 lines
No EOL
136 B
Groovy

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