[Android] Bump lib versions to 3.4.0-eap3 / 0.9.0-eap3
Nicolas Pomepuy
git at videolan.org
Wed Jun 9 12:28:05 UTC 2021
vlc-android | branch: refs/tags/libvlc-3.4.0-eap3 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jun 9 14:23:25 2021 +0200| [068df50ac8240d7e535759392e9fa095b9118bbd] | committer: Nicolas Pomepuy
Bump lib versions to 3.4.0-eap3 / 0.9.0-eap3
> https://code.videolan.org/videolan/vlc-android/commit/068df50ac8240d7e535759392e9fa095b9118bbd
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 065b25266..9c7d501b3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.3.4'
versionCode = 3030400
- libvlcVersion = '3.4.0-eap2'
- medialibraryVersion = '0.9.0-eap2'
+ libvlcVersion = '3.4.0-eap3'
+ medialibraryVersion = '0.9.0-eap3'
minSdkVersion = 17
targetSdkVersion = 29
compileSdkVersion = 29
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 03b4e9526..1f9e0ffbb 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -280,7 +280,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=d9b684a9249cc0243051da97d9a25065140e6eee
+TESTED_HASH=d3094196acd53fe8c231cb90e067d2f99c4b7d00
VLC_REPOSITORY=git at code.videolan.org:videolan/vlc.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"
More information about the Android
mailing list