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

Bump libs versions

parent 148d3e54
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.3 Beta 3'
versionCode = 3030260
libvlcVersion = '3.3.10'
medialibraryVersion = '0.7.9'
libvlcVersion = '3.3.11'
medialibraryVersion = '0.7.10'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
......
......@@ -4,7 +4,7 @@
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=8bb0bfb4b4db9587bead04dd69c930a4f155fcda
MEDIALIBRARY_HASH=ad5bdbc179f57763c4d0e5d71644cd979b615b09
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=28bfc8c49581456c8e3ca4410691d6230cdc554d
TESTED_HASH=599688cedd73688512edaff8c2ce616c6a2869b3
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