From c8f6b142fd1f83e011afce890d8626de9aa3e560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20M=C3=A9tais?= Date: Wed, 26 Feb 2020 17:52:08 +0100 Subject: [PATCH] Update libraries --- build.gradle | 4 ++-- buildsystem/compile-medialibrary.sh | 2 +- buildsystem/compile.sh | 2 +- libvlc/build.gradle | 2 +- medialibrary/build.gradle | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index ea8703fb8..1a378c8b9 100644 --- a/build.gradle +++ b/build.gradle @@ -30,8 +30,8 @@ ext { appId = "org.videolan.vlc" versionName = '3.3.0-dev' versionCode = 3030000 - libvlcVersion = '3.3.0-eap02' - medialibraryVersion = '0.7.0-eap03' + libvlcVersion = '3.3.0-eap03' + medialibraryVersion = '0.7.0-eap04' minSdkVersion = 17 targetSdkVersion = 29 compileSdkVersion = 29 diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh index 8aa8e6c4e..c065007a5 100755 --- a/buildsystem/compile-medialibrary.sh +++ b/buildsystem/compile-medialibrary.sh @@ -4,7 +4,7 @@ # ARGUMENTS # ############# -MEDIALIBRARY_HASH=3fd486b +MEDIALIBRARY_HASH=843051e while [ $# -gt 0 ]; do case $1 in diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh index 5c0dfbaec..6249d7d7e 100755 --- a/buildsystem/compile.sh +++ b/buildsystem/compile.sh @@ -269,7 +269,7 @@ fi # Fetch VLC source # #################### -TESTED_HASH=2cad645 +TESTED_HASH=7f204ee VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git if [ ! -d "vlc" ]; then diagnostic "VLC sources: not found, cloning" diff --git a/libvlc/build.gradle b/libvlc/build.gradle index 1db6cf75c..fdb63b0f1 100644 --- a/libvlc/build.gradle +++ b/libvlc/build.gradle @@ -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.3.0-eap02' + library_version = '3.3.0-eap03' repoName = 'Android' libraryName = 'LibVLC-Android' lib_artifact = "libvlc-$abi" diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle index da001bbd8..9c2ffd657 100644 --- a/medialibrary/build.gradle +++ b/medialibrary/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven' def abi = System.getenv('GRADLE_ABI')?.toLowerCase() ext { - library_version = '0.7.0-eap03' + library_version = '0.7.0-eap04' repoName = 'Android' libraryName = 'Medialibrary-Android' lib_artifact = "medialibrary-$abi"