[Android] Bump libs version
Nicolas Pomepuy
git at videolan.org
Mon May 18 13:51:43 CEST 2020
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon May 18 13:50:54 2020 +0200| [ca181b45a6fece4eb8d1c6b7c21db8bcde9f9c12] | committer: Nicolas Pomepuy
Bump libs version
> https://code.videolan.org/videolan/vlc-android/commit/ca181b45a6fece4eb8d1c6b7c21db8bcde9f9c12
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index dd087a0de..61c55cd7f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,8 +36,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.0 Beta 3'
versionCode = 3028300
- libvlcVersion = '3.3.0-eap11'
- medialibraryVersion = '0.7.0-eap11'
+ libvlcVersion = '3.3.0-eap12'
+ medialibraryVersion = '0.7.0-eap12'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 88133087c..13e1e3527 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=a9a75ea8
+TESTED_HASH=96c9a400
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