[Android] Bump libs to 3.5.4-eap1 / 0.13.5-eap2
Nicolas Pomepuy
git at videolan.org
Tue Dec 13 06:20:24 UTC 2022
vlc-android | branch: refs/tags/libvlc-3.5.4-eap1 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Dec 12 08:06:07 2022 +0100| [c40cfeb8e86f2554973c24850f83479e3799d300] | committer: Nicolas Pomepuy
Bump libs to 3.5.4-eap1 / 0.13.5-eap2
> https://code.videolan.org/videolan/vlc-android/commit/c40cfeb8e86f2554973c24850f83479e3799d300
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 1999f269af..62fa95d105 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