modules: depend exoplayer on a specific commit
Depend exoplayer on a commit instead of a branch. Should make builds more reproducible.
This commit is contained in:
parent
9b7494798a
commit
a791b43b2f
1 changed files with 2 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,4 +1,5 @@
|
|||
[submodule "ExoPlayer"]
|
||||
path = ExoPlayer
|
||||
url = https://github.com/OxygenCobalt/ExoPlayer.git
|
||||
branch = auxio
|
||||
branch = eaade31ae8f9772d9388c9ebec5e79765f1b999e
|
||||
|
Loading…
Reference in a new issue