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

Bump libs to 3.4.0-eap11 / 0.9.0-eap11

parent ce93b882
No related branches found
No related tags found
1 merge request!1085Bump libs to 3.4.0-eap11 / 0.9.0-eap11
Pipeline #135776 passed with stage
in 15 minutes and 39 seconds
......@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.0 RC 1'
versionCode = 3030470
libvlcVersion = '3.4.0-eap10'
medialibraryVersion = '0.9.0-eap10'
libvlcVersion = '3.4.0-eap11'
medialibraryVersion = '0.9.0-eap11'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
......
......@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=24770c3732bf8784e4a96110b9e8d5aa899b91c4
MEDIALIBRARY_HASH=0bc75bd1becf49982e70269d56fb40fc78187d91
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -283,7 +283,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=38ff0a0f1f45e91ee5b0ab2b7311499b1fdc609f
TESTED_HASH=42f00e185478ada296dbcba942c4c0928667f1b3
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