[Android] Bump libs to 3.4.0 / 0.9.0
Nicolas Pomepuy
git at videolan.org
Thu Sep 16 03:13:01 UTC 2021
vlc-android | branch: refs/tags/libvlc-3.4.0 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Sep 16 05:11:05 2021 +0200| [040413f925a810a52b75575d5979e4ff2f3f9190] | committer: Nicolas Pomepuy
Bump libs to 3.4.0 / 0.9.0
> https://code.videolan.org/videolan/vlc-android/commit/040413f925a810a52b75575d5979e4ff2f3f9190
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 123d346f5..6d0cd92d2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.0 RC 2'
versionCode = 3030480
- libvlcVersion = '3.4.0-eap11'
- medialibraryVersion = '0.9.0-eap11'
+ libvlcVersion = '3.4.0'
+ medialibraryVersion = '0.9.0'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 1f56eff58..543fe09b2 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -283,7 +283,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=42f00e185478ada296dbcba942c4c0928667f1b3
+TESTED_HASH=9e48d340d4177fefc0bf2edefe462d7baf88e586
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