[Android] Bump libs
Nicolas Pomepuy
git at videolan.org
Tue Dec 15 13:42:08 CET 2020
vlc-android | branch: refs/tags/libvlc-3.3.12 | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Dec 15 13:39:24 2020 +0100| [a1c03a72cb3f33c8aa22a13bcc7d3bc5808cde6a] | committer: Nicolas Pomepuy
Bump libs
> https://code.videolan.org/videolan/vlc-android/commit/a1c03a72cb3f33c8aa22a13bcc7d3bc5808cde6a
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 87e1ce00c..83b7583d0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.3'
versionCode = 3030300
- libvlcVersion = '3.3.11'
- medialibraryVersion = '0.7.10'
+ libvlcVersion = '3.3.12'
+ medialibraryVersion = '0.7.11'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index c2a97f0f2..df5316d68 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=599688cedd73688512edaff8c2ce616c6a2869b3
+TESTED_HASH=0660acc3ab64d2c3ad99cae887a438f0648faa72
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