[Android] Bump libs to 3.4.0-eap8 / 0.9.0-eap8

Nicolas Pomepuy git at videolan.org
Thu Aug 5 05:25:53 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Aug  5 05:42:42 2021 +0200| [b02f87a95aef5be74f853bf7e03249ce8c5aabcc] | committer: Nicolas Pomepuy

Bump libs to 3.4.0-eap8 / 0.9.0-eap8

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

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

diff --git a/build.gradle b/build.gradle
index 8b70ee924..4c438d0b3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.4.0 Beta 4'
     versionCode = 3030440
-    libvlcVersion = '3.4.0-eap7'
-    medialibraryVersion = '0.9.0-eap7'
+    libvlcVersion = '3.4.0-eap8'
+    medialibraryVersion = '0.9.0-eap8'
     minSdkVersion = 17
     targetSdkVersion = 29
     compileSdkVersion = 29
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index ecb537843..d6026a8d2 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -6,7 +6,7 @@ set -e
 # ARGUMENTS #
 #############
 
-MEDIALIBRARY_HASH=a4dd4bc765ecd1e79226c006fcf5ef78a1652f20
+MEDIALIBRARY_HASH=203921b87af3d411f8b743631278f948f4d3e3d6
 
 while [ $# -gt 0 ]; do
   case $1 in



More information about the Android mailing list