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

Bump libs to 3.5.0-eap6 / 0.11.2-eap6

parent 0cae49d0
No related branches found
No related tags found
1 merge request!1341Enable gme to allow the app to play vgm files
Pipeline #210277 passed with stage
in 22 minutes and 22 seconds
......@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.5.0 Beta 3'
versionCode = 3040430
libvlcVersion = '3.5.0-eap5'
medialibraryVersion = '0.11.1-eap5'
libvlcVersion = '3.5.0-eap6'
medialibraryVersion = '0.11.2-eap6'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 31
......
......@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=422675b8e5f40d3dcf3a488f43f2d526db90f438
MEDIALIBRARY_HASH=17bd66deea2cb2964de01b393e0e0e1138d82f28
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -279,7 +279,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=98c86d8787acf6686410ebbfe87629a1337aebca
TESTED_HASH=89f04db7926141b1409ea4a00661665f7771b375
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