[Android] Bump libs versions to 3.5.0-eap4 / 0.11.0-eap4
Nicolas Pomepuy
git at videolan.org
Fri Mar 11 06:18:32 UTC 2022
vlc-android | branch: refs/tags/libvlc-3.5.0-eap4 | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Mar 11 07:17:46 2022 +0100| [0e1efaf4f84caa6d1ee79a292d4e530fd9cfb49a] | committer: Nicolas Pomepuy
Bump libs versions to 3.5.0-eap4 / 0.11.0-eap4
> https://code.videolan.org/videolan/vlc-android/commit/0e1efaf4f84caa6d1ee79a292d4e530fd9cfb49a
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index b71b40a46..5522f2043 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,8 @@ ext {
appId = "org.videolan.vlc"
versionName = '3.4.4'
versionCode = 3040400
- libvlcVersion = '3.5.0-eap3'
- medialibraryVersion = '0.11.0-eap3'
+ libvlcVersion = '3.5.0-eap4'
+ medialibraryVersion = '0.11.0-eap4'
minSdkVersion = 17
targetSdkVersion = 30
compileSdkVersion = 31
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 77ea2e987..006b411f0 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -279,7 +279,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=758b718347094af7e7e35ec18359d32f8928766e
+TESTED_HASH=98c86d8787acf6686410ebbfe87629a1337aebca
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