[Android] Upgrade libraries

Geoffrey Métais git at videolan.org
Tue Sep 10 15:30:30 CEST 2019


vlc-android | branch: 3.2.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Sep 10 14:27:56 2019 +0200| [cbc1826bad9ea2091d84b5df80e898303681b18a] | committer: Geoffrey Métais

Upgrade libraries

(cherry picked from commit fca98d19f65eb1148ddacc149a070215dd0769a1)

> https://code.videolan.org/videolan/vlc-android/commit/cbc1826bad9ea2091d84b5df80e898303681b18a
---

 build.gradle              | 4 ++--
 compile.sh                | 2 +-
 libvlc/build.gradle       | 2 +-
 medialibrary/build.gradle | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index 9a6e2c4a1..15368b7cd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,8 +29,8 @@ allprojects {
 ext {
     versionName = '3.2.0-beta-3'
     versionCode = 3019300
-    libvlcVersion = '3.2-eap9'
-    medialibraryVersion = '0.5-eap9'
+    libvlcVersion = '3.2-eap10'
+    medialibraryVersion = '0.5-eap10'
     minSdkVersion = 17
     targetSdkVersion = 28
     compileSdkVersion = 28
diff --git a/compile.sh b/compile.sh
index 4503eefc1..0f7c7ed3d 100755
--- a/compile.sh
+++ b/compile.sh
@@ -264,7 +264,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=f3047d4
+TESTED_HASH=1c3a985
 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 532e252d6..057283e38 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-eap9'
+    library_version = '3.2-eap10'
     repoName = 'Android'
     libraryName = 'LibVLC-Android'
     lib_artifact = "libvlc-$abi"
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index 9b0ba5f43..de3d88a1d 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.5-eap9'
+    library_version = '0.5-eap10'
     repoName = 'Android'
     libraryName = 'Medialibrary-Android'
     lib_artifact = "medialibrary-$abi"



More information about the Android mailing list