[Android] Bump libs to 3.5.2-eap1 / 0.13.4-eap1

Duncan McNamara git at videolan.org
Tue Sep 13 10:02:54 UTC 2022


vlc-android | branch: refs/tags/libvlc-3.5.2-eap1 | Duncan McNamara <dcn.mcnamara at gmail.com> | Tue Sep 13 11:31:46 2022 +0200| [b7632ca94a6178eb7b3317dc7b00b3b41c465db8] | committer: Duncan McNamara

Bump libs to 3.5.2-eap1 / 0.13.4-eap1

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

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

diff --git a/build.gradle b/build.gradle
index 16af66928..516c8ad0e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.5.1'
     versionCode = 3050100
-    libvlcVersion = '3.5.1'
-    medialibraryVersion = '0.13.3'
+    libvlcVersion = '3.5.2-eap1'
+    medialibraryVersion = '0.13.4-eap1'
     minSdkVersion = 17
     targetSdkVersion = 30
     compileSdkVersion = 31
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 5f74f135b..82e75d32d 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -254,7 +254,7 @@ fi
 # Fetch VLC source #
 ####################
 
-LIBVLCJNI_TESTED_HASH=c509a1c955e64c889e784a784d581d84a43b7b1c
+LIBVLCJNI_TESTED_HASH=1a292138d3dd475d4e460b5720f09a4b7b01980a
 LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
 if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then
     diagnostic "libvlcjni sources: not found, cloning"



More information about the Android mailing list