[Android] Upgrade LibVLC & Medialibrary
Geoffrey Métais
git at videolan.org
Thu Nov 28 15:04:00 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Nov 27 11:49:25 2019 +0100| [cb943f054706be5fc1beb26754098acbea2230f9] | committer: Geoffrey Métais
Upgrade LibVLC & Medialibrary
> https://code.videolan.org/videolan/vlc-android/commit/cb943f054706be5fc1beb26754098acbea2230f9
---
build.gradle | 4 ++--
compile-medialibrary.sh | 2 +-
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 8e95f9498..71c2fa787 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,8 +29,8 @@ allprojects {
ext {
versionName = '3.3.0-dev'
versionCode = 3030000
- libvlcVersion = '3.2.1'
- medialibraryVersion = '0.6.1'
+ libvlcVersion = '3.2.2'
+ medialibraryVersion = '0.7.0-eap01'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
diff --git a/compile-medialibrary.sh b/compile-medialibrary.sh
index 77e2c285f..043e3ac4c 100755
--- a/compile-medialibrary.sh
+++ b/compile-medialibrary.sh
@@ -4,7 +4,7 @@
# ARGUMENTS #
#############
-MEDIALIBRARY_HASH=f2c5b59
+MEDIALIBRARY_HASH=a66eb46c
while [ $# -gt 0 ]; do
case $1 in
diff --git a/compile.sh b/compile.sh
index 50cdbaff0..e2a4e9f3a 100755
--- a/compile.sh
+++ b/compile.sh
@@ -265,7 +265,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=6725d40
+TESTED_HASH=361cbd3
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 922d7097b..ff189444e 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.2.1'
+ library_version = '3.2.2'
repoName = 'Android'
libraryName = 'LibVLC-Android'
lib_artifact = "libvlc-$abi"
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index ebeb53588..64fdb96b7 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.6.1'
+ library_version = '0.7.0-eap01'
repoName = 'Android'
libraryName = 'Medialibrary-Android'
lib_artifact = "medialibrary-$abi"
More information about the Android
mailing list