Skip to content
Snippets Groups Projects
Commit 39c7cec1 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Update libraries

parent 3697cede
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ allprojects {
ext {
versionName = '3.3.0-dev'
versionCode = 3030000
libvlcVersion = '3.2-eap13'
medialibraryVersion = '0.5-eap13'
libvlcVersion = '3.2.0'
medialibraryVersion = '0.6.0'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
......
......@@ -4,7 +4,7 @@
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=7ab93d8
MEDIALIBRARY_HASH=97235e0
while [ $# -gt 0 ]; do
case $1 in
......
......@@ -264,7 +264,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=d30d59d
TESTED_HASH=a1c7364
VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"
......
......@@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
def vlcSrcDirs = System.getenv('GRADLE_VLC_SRC_DIRS')
ext {
library_version = '3.2-eap13'
library_version = '3.2.0'
repoName = 'Android'
libraryName = 'LibVLC-Android'
lib_artifact = "libvlc-$abi"
......
......@@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
ext {
library_version = '0.5-eap13'
library_version = '0.6.0'
repoName = 'Android'
libraryName = 'Medialibrary-Android'
lib_artifact = "medialibrary-$abi"
......
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