[Android] Update hash for libvlc + lib versions
Nicolas Pomepuy
git at videolan.org
Fri Apr 24 14:56:40 CEST 2020
vlc-android | branch: refs/tags/libvlc-3.3.0-eap8 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Apr 24 14:52:42 2020 +0200| [c1b276f895478869e0da43b1315158067d9dfd86] | committer: Nicolas Pomepuy
Update hash for libvlc + lib versions
(cherry picked from commit b7eb2b0de400a12248092dc321befa873c0aaa37)
> https://code.videolan.org/videolan/vlc-android/commit/c1b276f895478869e0da43b1315158067d9dfd86
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 8b4851386..6e94046c5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.0-dev'
versionCode = 3030000
- libvlcVersion = '3.3.0-eap07'
- medialibraryVersion = '0.7.0-eap07'
+ libvlcVersion = '3.3.0-eap08'
+ medialibraryVersion = '0.7.0-eap08'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 6e3a9e32b..b05545ac9 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=17c2aa0
+TESTED_HASH=7f145af
VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"
More information about the Android
mailing list