[Android] Bump the lib versions to 3.5.0-eap2 / 0.11.0-eap2
Nicolas Pomepuy
git at videolan.org
Thu Feb 24 06:15:38 UTC 2022
vlc-android | branch: refs/tags/libvlc-3.5.0-eap2 | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Feb 24 07:14:20 2022 +0100| [f7f7ad52879b321dfb786aa833c3d94122981e8d] | committer: Nicolas Pomepuy
Bump the lib versions to 3.5.0-eap2 / 0.11.0-eap2
> https://code.videolan.org/videolan/vlc-android/commit/f7f7ad52879b321dfb786aa833c3d94122981e8d
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index b15eb20e4..2f1d9976f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.4 Beta 1'
versionCode = 3040310
- libvlcVersion = '3.5.0-eap1'
- medialibraryVersion = '0.10.0-eap1'
+ libvlcVersion = '3.5.0-eap2'
+ medialibraryVersion = '0.11.0-eap2'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 30
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 5240904d1..77ea2e987 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -279,7 +279,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=f5dfb2f8c7269534cb41113e504fe5564ce29d99
+TESTED_HASH=758b718347094af7e7e35ec18359d32f8928766e
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