Skip to content
Snippets Groups Projects
Commit 353151ec authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Bump libvlc and ML versions

parent 1495d23d
No related branches found
No related tags found
No related merge requests found
Pipeline #437601 passed with stages
in 26 minutes and 42 seconds
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment