deps: pull exoplayer
This commit is contained in:
parent
3152a2d0c8
commit
811447126c
3 changed files with 9 additions and 9 deletions
|
@ -24,7 +24,6 @@ while selecting it.
|
||||||
|
|
||||||
#### Dev/Meta
|
#### Dev/Meta
|
||||||
- Started using dependency injection
|
- Started using dependency injection
|
||||||
- Started code obsfucation
|
|
||||||
- Only bundle audio-related extractors with ExoPlayer
|
- Only bundle audio-related extractors with ExoPlayer
|
||||||
- Switched to Room for database management
|
- Switched to Room for database management
|
||||||
- Updated to MDC 1.8.0 alpha-01
|
- Updated to MDC 1.8.0 alpha-01
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4f07f89cf86ad5777f4926f4792dc8d649c2e546
|
Subproject commit fef2bb3af622f235d98549ffe2efd8f7f7d2aa41
|
15
README.md
15
README.md
|
@ -3,15 +3,15 @@
|
||||||
<h4 align="center">A simple, rational music player for android.</h4>
|
<h4 align="center">A simple, rational music player for android.</h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v3.0.3">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/tag/v3.0.3">
|
||||||
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v3.0.3&color=0D5AF5">
|
<img alt="Latest Version" src="https://img.shields.io/static/v1?label=tag&message=v3.0.3&color=64B5F6&style=flat">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||||
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg">
|
<img alt="Releases" src="https://img.shields.io/github/downloads/OxygenCobalt/Auxio/total.svg?color=4B95DE&style=flat">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.gnu.org/licenses/gpl-3.0">
|
<a href="https://www.gnu.org/licenses/gpl-3.0">
|
||||||
<img src="https://img.shields.io/badge/license-GPL%20v3-blue.svg">
|
<img src="https://img.shields.io/badge/license-GPL%20v3-2B6DBE.svg?style=flat">
|
||||||
</a>
|
</a>
|
||||||
<img alt="Minimum SDK Version" src="https://img.shields.io/badge/API-21%2B-32B5ED">
|
<img alt="Minimum SDK Version" src="https://img.shields.io/badge/API-21%2B-1450A8?style=flat">
|
||||||
</p>
|
</p>
|
||||||
<h4 align="center"><a href="/CHANGELOG.md">Changelog</a> | <a href="https://github.com/OxygenCobalt/Auxio/wiki">Wiki</a></h4>
|
<h4 align="center"><a href="/CHANGELOG.md">Changelog</a> | <a href="https://github.com/OxygenCobalt/Auxio/wiki">Wiki</a></h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -70,9 +70,10 @@ precise/original dates, sort tags, and more
|
||||||
|
|
||||||
Auxio relies on a custom version of ExoPlayer that enables some extra features. This adds some caveats to
|
Auxio relies on a custom version of ExoPlayer that enables some extra features. This adds some caveats to
|
||||||
the build process:
|
the build process:
|
||||||
1. The project uses submodules, so when cloning initially, use `git clone --recurse-submodules` to properly
|
1. `cmake` and `ninja-build` must be installed before building the project.
|
||||||
download in the external code.
|
2. The project uses submodules, so when cloning initially, use `git clone --recurse-submodules` to properly
|
||||||
2. You are **unable** to build this project on windows, as the custom ExoPlayer build runs shell scripts that
|
download the external code.
|
||||||
|
3. You are **unable** to build this project on windows, as the custom ExoPlayer build runs shell scripts that
|
||||||
will only work on unix-based systems.
|
will only work on unix-based systems.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
Loading…
Reference in a new issue