[Android] Bump the libs to 3.4.0-eap4 / 0.9.0-eap4

Nicolas Pomepuy git at videolan.org
Mon Jun 14 08:18:41 UTC 2021


vlc-android | branch: refs/tags/libvlc-3.4.0-eap4 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jun 14 10:16:23 2021 +0200| [30664bff9713500162cf5d425dac06147863726b] | committer: Nicolas Pomepuy

Bump the libs to 3.4.0-eap4 / 0.9.0-eap4

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

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

diff --git a/build.gradle b/build.gradle
index 9c7d501b3..11df5330d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.3.4'
     versionCode = 3030400
-    libvlcVersion = '3.4.0-eap3'
-    medialibraryVersion = '0.9.0-eap3'
+    libvlcVersion = '3.4.0-eap4'
+    medialibraryVersion = '0.9.0-eap4'
     minSdkVersion = 17
     targetSdkVersion = 29
     compileSdkVersion = 29
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index bea317253..ddd71a35e 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -4,7 +4,7 @@
 # ARGUMENTS #
 #############
 
-MEDIALIBRARY_HASH=0c03ce972d0368fc67a5d7b633ff9e3f19af8349
+MEDIALIBRARY_HASH=312cd83e3444e10b77e82b1cb4e1cf6393f8948e
 
 while [ $# -gt 0 ]; do
   case $1 in
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 0312537f6..780bc3650 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -280,7 +280,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=d3094196acd53fe8c231cb90e067d2f99c4b7d00
+TESTED_HASH=b3adcde0dc6175382b3c268f4dc329bffd751c89
 VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git
 if [ ! -d "vlc" ]; then
     diagnostic "VLC sources: not found, cloning"



More information about the Android mailing list