[Android] Bump libs to 3.4.0-eap9 / 0.9.0-eap9
Nicolas Pomepuy
git at videolan.org
Tue Aug 10 12:41:32 UTC 2021
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Aug 10 12:24:41 2021 +0200| [4a534952787a07ab8feaf9bdb06841fb7ef22f1c] | committer: Nicolas Pomepuy
Bump libs to 3.4.0-eap9 / 0.9.0-eap9
> https://code.videolan.org/videolan/vlc-android/commit/4a534952787a07ab8feaf9bdb06841fb7ef22f1c
---
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 d2bac3bb0..4b597994d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.0 Beta 5'
versionCode = 3030450
- libvlcVersion = '3.4.0-eap8'
- medialibraryVersion = '0.9.0-eap8'
+ libvlcVersion = '3.4.0-eap9'
+ medialibraryVersion = '0.9.0-eap9'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index 7409713e0..fee4de9d0 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -6,7 +6,7 @@ set -e
# ARGUMENTS #
#############
-MEDIALIBRARY_HASH=203921b87af3d411f8b743631278f948f4d3e3d6
+MEDIALIBRARY_HASH=7cdc7a708f6dbcdcc8b2553e404c9701d6cf5906
while [ $# -gt 0 ]; do
case $1 in
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 518324195..be42b91e1 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -280,7 +280,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=17a2ed216477d749120aaef71758ff31cb1b34d0
+TESTED_HASH=f18819c4a4d37bd98f83a72d705bbfae974237a4
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