From 1bf72ecbc8c4b82ebadc2aa961cff9279036a9b8 Mon Sep 17 00:00:00 2001
From: Nicolas Pomepuy <nicolas@videolabs.io>
Date: Wed, 3 Aug 2022 15:15:00 +0200
Subject: [PATCH] Bump libs to 3.5.1-eap1 and 0.13.3-eap1

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

diff --git a/build.gradle b/build.gradle
index 0454a2d268..cd3bd410a1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.5.0'
     versionCode = 3050000
-    libvlcVersion = '3.5.0-eap10'
-    medialibraryVersion = '0.12.0-eap10'
+    libvlcVersion = '3.5.1-eap1'
+    medialibraryVersion = '0.13.3-eap1'
     minSdkVersion = 17
     targetSdkVersion = 30
     compileSdkVersion = 31
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index b639bc9401..5f74f135b0 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -254,7 +254,7 @@ fi
 # Fetch VLC source #
 ####################
 
-LIBVLCJNI_TESTED_HASH=6889bf7cde7e236609e0ba61b8121260666b910d
+LIBVLCJNI_TESTED_HASH=c509a1c955e64c889e784a784d581d84a43b7b1c
 LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
 if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then
     diagnostic "libvlcjni sources: not found, cloning"
-- 
GitLab