[Android] Bump libs versions to 3.5.3-eap1 and 0.13.4-eap1
Nicolas Pomepuy
git at videolan.org
Wed Oct 5 07:46:11 UTC 2022
vlc-android | branch: 3.5.x | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Oct 4 13:34:06 2022 +0200| [fd606895e374a4a3e2d64920942989d05538c7f6] | committer: Nicolas Pomepuy
Bump libs versions to 3.5.3-eap1 and 0.13.4-eap1
(cherry picked from commit d616e19f11d42974a8d356b8f2425915e7bd9e6d)
> https://code.videolan.org/videolan/vlc-android/commit/fd606895e374a4a3e2d64920942989d05538c7f6
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 30c4d1a9d..8ddac3477 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.5.2'
versionCode = 3050200
- libvlcVersion = '3.5.2-eap1'
- medialibraryVersion = '0.13.4-eap1'
+ libvlcVersion = '3.5.3-eap1'
+ medialibraryVersion = '0.13.5-eap1'
minSdkVersion = 17
targetSdkVersion = 33
compileSdkVersion = 33
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index d17276c26..582799c4b 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -254,7 +254,7 @@ fi
# Fetch VLC source #
####################
-LIBVLCJNI_TESTED_HASH=1a292138d3dd475d4e460b5720f09a4b7b01980a
+LIBVLCJNI_TESTED_HASH=6c512862228c833234068b50abb67ea03ec8dcde
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