[Android] Bump libvlc and ML versions
Nicolas Pomepuy
git at videolan.org
Thu Feb 22 10:41:27 UTC 2024
vlc-android | branch: refs/tags/libvlc-3.6.0-eap12 | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Feb 14 08:06:56 2024 +0100| [79670e5df84bc2524a221ad3338f9c5eaed274d4] | committer: Nicolas Pomepuy
Bump libvlc and ML versions
> https://code.videolan.org/videolan/vlc-android/commit/79670e5df84bc2524a221ad3338f9c5eaed274d4
---
build.gradle | 4 ++--
buildsystem/compile.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 685dcf6bba..ed5e1799dc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,8 +42,8 @@ ext {
versionCode = 3050410
versionName = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? '4.0.0-preview - ' + versionCode : '3.6.0 Beta 1'
vlcMajorVersion = project.hasProperty('forceVlc4') && project.getProperty('forceVlc4') ? 4 : 3
- libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap11' :'4.0.0-eap14'
- medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc11' : '0.13.13-vlc4-rc11'
+ libvlcVersion = vlcMajorVersion == 3 ? '3.6.0-eap12' :'4.0.0-eap15'
+ medialibraryVersion = vlcMajorVersion == 3 ? '0.13.13-rc12' : '0.13.13-vlc4-rc12'
minSdkVersion = 17
targetSdkVersion = 34
compileSdkVersion = 34
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 061efc324a..630d4650a4 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -261,7 +261,7 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
- LIBVLCJNI_TESTED_HASH=31636e1850bda0511ea379322fe8a50aec016b1a
+ LIBVLCJNI_TESTED_HASH=e7d9bf62834c36c92a3724f895dce45362aceb49
else
LIBVLCJNI_TESTED_HASH=13d22717b6af57fe1e4fe43e2250c30cffd77e3d
fi
More information about the Android
mailing list