[Android] Update libs
Nicolas Pomepuy
git at videolan.org
Wed Jan 20 09:54:28 UTC 2021
vlc-android | branch: 3.3.x | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jan 11 11:50:04 2021 +0100| [0c3596d88845f75e0c5d3cc1367d57d55abf6182] | committer: Nicolas Pomepuy
Update libs
(cherry picked from commit f83f3a317e54ad54c31e860107e36da4d1ce6fc4)
> https://code.videolan.org/videolan/vlc-android/commit/0c3596d88845f75e0c5d3cc1367d57d55abf6182
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index b9d7d68b6..27dfb2d94 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.12'
- medialibraryVersion = '0.7.11'
+ libvlcVersion = '3.3.13'
+ medialibraryVersion = '0.7.12'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index df5316d68..665833f7d 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=0660acc3ab64d2c3ad99cae887a438f0648faa72
+TESTED_HASH=ef615ff0cb6390656e84f7218c561e21bc4c39d8
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