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

Bump libs to 3.4.0-eap9 / 0.9.0-eap9

parent a97a6944
No related branches found
No related tags found
1 merge request!1055MediaPlayer: backport 4.0 fast seek argument in setTime/setPosition
Pipeline #126338 passed with stage
in 18 minutes and 58 seconds
......@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.0 Beta 5'
versionCode = 3030450
libvlcVersion = '3.4.0-eap8'
medialibraryVersion = '0.9.0-eap8'
libvlcVersion = '3.4.0-eap9'
medialibraryVersion = '0.9.0-eap9'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
......
......@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=203921b87af3d411f8b743631278f948f4d3e3d6
MEDIALIBRARY_HASH=7cdc7a708f6dbcdcc8b2553e404c9701d6cf5906
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -280,7 +280,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=17a2ed216477d749120aaef71758ff31cb1b34d0
TESTED_HASH=f18819c4a4d37bd98f83a72d705bbfae974237a4
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