[Android] Bump libs to 3.5.0-eap8 / 0.12.0-eap8

Nicolas Pomepuy git at videolan.org
Mon May 23 10:21:22 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon May 23 11:17:31 2022 +0200| [db41ef720c74da3e9bfd65a993b911164f0a7af0] | committer: Nicolas Pomepuy

Bump libs to 3.5.0-eap8 / 0.12.0-eap8

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

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

diff --git a/build.gradle b/build.gradle
index 0c88a334c..261cb3d6e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.5.0 Beta 6'
     versionCode = 3040460
-    libvlcVersion = '3.5.0-eap7'
-    medialibraryVersion = '0.12.0-eap7'
+    libvlcVersion = '3.5.0-eap8'
+    medialibraryVersion = '0.12.0-eap8'
     minSdkVersion = 17
     targetSdkVersion = 30
     compileSdkVersion = 31
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index f6e71b956..89e461449 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -279,7 +279,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=25362eb856f14632e051ab48f1f592cb69f021da
+TESTED_HASH=902842750b287847ba7b675d10176dd48de2bf35
 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