Browse Source

Update libs

pipelines/135724 libvlc-3.3.13
Nicolas Pomepuy 6 years ago
parent
commit
f83f3a317e
  1. 4
      build.gradle
  2. 2
      buildsystem/compile.sh

4
build.gradle

@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.3'
versionCode = 3030300
libvlcVersion = '3.3.12'
medialibraryVersion = '0.7.11'
libvlcVersion = '3.3.13'
medialibraryVersion = '0.7.12'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29

2
buildsystem/compile.sh

@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=0660acc3ab64d2c3ad99cae887a438f0648faa72
TESTED_HASH=ef615ff0cb6390656e84f7218c561e21bc4c39d8
VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"

Loading…
Cancel
Save