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

Bump lib versions to 3.4.0-eap2 / 0.9.0-eap2

parent 390e6fc9
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.4'
versionCode = 3030400
libvlcVersion = '3.4.0-eap1'
medialibraryVersion = '0.9.0-eap1'
libvlcVersion = '3.4.0-eap2'
medialibraryVersion = '0.9.0-eap2'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
......
......@@ -4,7 +4,7 @@
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=d3711efef557e240687bfd3bcbc7be16604fd48c
MEDIALIBRARY_HASH=857965797eab40c24f36fbdeaecebad9d3e10ddc
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -280,7 +280,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=bc53d6edc62772765924118e7e6ed39ac7464a11
TESTED_HASH=d9b684a9249cc0243051da97d9a25065140e6eee
VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.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