From a791b43b2fab5740b9a350b0a03a524f2b2f481a Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Tue, 14 Feb 2023 20:50:33 -0700 Subject: [PATCH] modules: depend exoplayer on a specific commit Depend exoplayer on a commit instead of a branch. Should make builds more reproducible. --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e806f30bf..2bcb70908 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,5 @@ [submodule "ExoPlayer"] path = ExoPlayer url = https://github.com/OxygenCobalt/ExoPlayer.git - branch = auxio + branch = eaade31ae8f9772d9388c9ebec5e79765f1b999e + \ No newline at end of file