[Android] Bump libs to 3.4.0-eap10 / 0.9.0-eap10
Nicolas Pomepuy
git at videolan.org
Thu Sep 2 08:11:33 UTC 2021
vlc-android | branch: refs/tags/libvlc-3.4.0-eap10 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Sep 2 10:08:05 2021 +0200| [34aa529a6d636bbbb4445705e098455f69dbc37b] | committer: Nicolas Pomepuy
Bump libs to 3.4.0-eap10 / 0.9.0-eap10
> https://code.videolan.org/videolan/vlc-android/commit/34aa529a6d636bbbb4445705e098455f69dbc37b
---
build.gradle | 4 ++--
buildsystem/compile-medialibrary.sh | 2 +-
buildsystem/compile.sh | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index e8ebcce22..947770d17 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.0 Beta 6'
versionCode = 3030460
- libvlcVersion = '3.4.0-eap9'
- medialibraryVersion = '0.9.0-eap9'
+ libvlcVersion = '3.4.0-eap10'
+ medialibraryVersion = '0.9.0-eap10'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index 3fd0aed6e..9e6606e68 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
-MEDIALIBRARY_HASH=7cdc7a708f6dbcdcc8b2553e404c9701d6cf5906
+MEDIALIBRARY_HASH=24770c3732bf8784e4a96110b9e8d5aa899b91c4
while [ $# -gt 0 ]; do
case $1 in
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index f7cce1ee2..4c5561a61 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -283,7 +283,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=f18819c4a4d37bd98f83a72d705bbfae974237a4
+TESTED_HASH=38ff0a0f1f45e91ee5b0ab2b7311499b1fdc609f
VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"
More information about the Android
mailing list