[Android] Bump libs to 3.5.0-eap10 and 0.12.0-eap10
Nicolas Pomepuy
git at videolan.org
Mon Jul 11 12:10:34 UTC 2022
vlc-android | branch: refs/tags/libvlc-3.5.0-eap10 | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jul 11 14:09:48 2022 +0200| [e235d074c5ef22b43b85bc078794cad831c05bb8] | committer: Nicolas Pomepuy
Bump libs to 3.5.0-eap10 and 0.12.0-eap10
> https://code.videolan.org/videolan/vlc-android/commit/e235d074c5ef22b43b85bc078794cad831c05bb8
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 6a52bb7b1..03edf0095 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.5.0 RC 2'
versionCode = 3040490
- libvlcVersion = '3.5.0-eap9'
- medialibraryVersion = '0.12.0-eap9'
+ libvlcVersion = '3.5.0-eap10'
+ medialibraryVersion = '0.12.0-eap10'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 31
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 76e6cc160..b639bc940 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -254,7 +254,7 @@ fi
# Fetch VLC source #
####################
-LIBVLCJNI_TESTED_HASH=9ea3e7a5fc5daee2e1c4368091a8e4a846f3a17e
+LIBVLCJNI_TESTED_HASH=6889bf7cde7e236609e0ba61b8121260666b910d
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