Distribute ExoPlayer extensions via google()
Open
enhancement
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
The number of (native) extensions available for the library has been increasing, as seen with the introduction of FLAC support on `dev`. Since these often require native libraries and built via the NDK, there's quite a bit of overhead for developers to incorporate these.
Have you considered making these available as separate components via gradle? That way, application developers can simply pull these directly rather than building. For our own application, we would prefer CPU arch specific builds, rather than `all`.
Has this been considered?
Contributor guide
Assessment
This issue has not been assessed yet.