From c51aa39664f825de3bb9690d28f6fbbf5b30048d Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 21 Jun 2019 12:48:03 +0300 Subject: [PATCH] feat: update to latest libvlc version --- libvlc/bootstrap_libvlc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvlc/bootstrap_libvlc.sh b/libvlc/bootstrap_libvlc.sh index 81101de..803c5ec 100755 --- a/libvlc/bootstrap_libvlc.sh +++ b/libvlc/bootstrap_libvlc.sh @@ -10,7 +10,7 @@ if [ ! -f ${ROOT}/releases/latest/libvlc.aar ]; then mkdir -p ${ROOT}/releases/latest cd ${ROOT}/releases/latest - wget http://acestream.org/downloads/bintray/android/libvlc/libvlc-all-3.1.5.aar -O libvlc.aar + wget http://acestream.org/downloads/bintray/android/libvlc/libvlc-all-3.2-eap3.aar -O libvlc.aar fi echo "libvlc bootstrap done" \ No newline at end of file