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

Bump libs to 3.5.0-eap9

parent 832f5080
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 RC 1'
versionCode = 3040480
libvlcVersion = '3.5.0-eap8'
medialibraryVersion = '0.12.0-eap8'
libvlcVersion = '3.5.0-eap9'
medialibraryVersion = '0.12.0-eap9'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 31
......
......@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=fc002ae17f9b6544d784f609f3b6872544e5d40c
MEDIALIBRARY_HASH=95606edf0c5ac560b3673f82477b5f5c13142c1d
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -279,9 +279,9 @@ fi
# Fetch VLC source #
####################
VLC_TESTED_HASH=902842750b287847ba7b675d10176dd48de2bf35
VLC_TESTED_HASH=47243c4a85d0cc0a8ff5a54f775e314c71fa7199
VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git
LIBVLCJNI_TESTED_HASH=bdfc5a903ac769a16dffe787598d9a529172ab2e
LIBVLCJNI_TESTED_HASH=9a07c766a69ad7decbd76a819a5d310570b1e79e
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then
diagnostic "libvlcjni 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