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

Bump libs to 3.4.6/0.9.6

(cherry picked from commit cb996e7f)
parent 103482e7
No related branches found
No related tags found
1 merge request!1508Fix the video information legend attribute and crash
......@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.3 Beta 2'
versionCode = 3040220
libvlcVersion = '3.4.5'
medialibraryVersion = '0.9.5'
libvlcVersion = '3.4.6'
medialibraryVersion = '0.9.6'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 30
......
......@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=923263f3601338f296ef5e694e25bad92c077bc9
MEDIALIBRARY_HASH=e422476d77e9dd8c9eeb414fa646c538fb00a747
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -284,7 +284,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=c900a2183f8988f32e60afdcae3aa398387295f1
TESTED_HASH=d616f01fa9c735b0def82fbfcf10d46d04ef9acf
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