[Android] Bump libs to 3.5.1-eap1 and 0.13.3-eap1
Nicolas Pomepuy
git at videolan.org
Wed Aug 3 15:07:43 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Aug 3 15:15:00 2022 +0200| [1bf72ecbc8c4b82ebadc2aa961cff9279036a9b8] | committer: Nicolas Pomepuy
Bump libs to 3.5.1-eap1 and 0.13.3-eap1
> https://code.videolan.org/videolan/vlc-android/commit/1bf72ecbc8c4b82ebadc2aa961cff9279036a9b8
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 0454a2d26..cd3bd410a 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 b639bc940..5f74f135b 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"
More information about the Android
mailing list