[Android] Bump libs to 3.5.4-eap1 / 0.13.5-eap2

Nicolas Pomepuy git at videolan.org
Tue Dec 13 12:45:27 UTC 2022


vlc-android | branch: 3.5.x | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Dec 12 08:06:07 2022 +0100| [50a8c0bd4b63e9b6e443d0fdeff64f1e9809fe20] | committer: Nicolas Pomepuy

Bump libs to 3.5.4-eap1 / 0.13.5-eap2

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

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

diff --git a/build.gradle b/build.gradle
index 42327aa134..564d8524c3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ ext {
     appId = "org.videolan.vlc"
     versionName = '3.5.3'
     versionCode = 3050300
-    libvlcVersion = '3.5.3-eap1'
-    medialibraryVersion = '0.13.5-eap1'
+    libvlcVersion = '3.5.4-eap1'
+    medialibraryVersion = '0.13.5-eap2'
     minSdkVersion = 17
     targetSdkVersion = 33
     compileSdkVersion = 33
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 582799c4ba..20f22f9003 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -254,7 +254,7 @@ fi
 # Fetch VLC source #
 ####################
 
-LIBVLCJNI_TESTED_HASH=6c512862228c833234068b50abb67ea03ec8dcde
+LIBVLCJNI_TESTED_HASH=6691a43c73df3abe3e30bda139c6a7b4d1adda87
 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