Skip to content
Snippets Groups Projects
Commit 34aa529a authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Bump libs to 3.4.0-eap10 / 0.9.0-eap10

parent a7c5100e
No related branches found
No related merge requests found
......@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.0 Beta 6'
versionCode = 3030460
libvlcVersion = '3.4.0-eap9'
medialibraryVersion = '0.9.0-eap9'
libvlcVersion = '3.4.0-eap10'
medialibraryVersion = '0.9.0-eap10'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
......
......@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=7cdc7a708f6dbcdcc8b2553e404c9701d6cf5906
MEDIALIBRARY_HASH=24770c3732bf8784e4a96110b9e8d5aa899b91c4
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -283,7 +283,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=f18819c4a4d37bd98f83a72d705bbfae974237a4
TESTED_HASH=38ff0a0f1f45e91ee5b0ab2b7311499b1fdc609f
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