Skip to content
Snippets Groups Projects
Commit b2981dcb authored by Duncan McNamara's avatar Duncan McNamara
Browse files

Bump libs to 3.5.0-eap7 / 0.12.0-eap7

parent 2bed479b
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.5.0 Beta 5'
versionCode = 3040450
libvlcVersion = '3.5.0-eap6'
medialibraryVersion = '0.11.2-eap6'
libvlcVersion = '3.5.0-eap7'
medialibraryVersion = '0.12.0-eap7'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 31
......
......@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=17bd66deea2cb2964de01b393e0e0e1138d82f28
MEDIALIBRARY_HASH=fc002ae17f9b6544d784f609f3b6872544e5d40c
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -279,7 +279,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=cabe90d174ce3dd22db45887e9146456339790a0
TESTED_HASH=25362eb856f14632e051ab48f1f592cb69f021da
VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment