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

Bump libvlcjni hash and provide a publish script path to libvlcjni

This includes the new libvlcjni project file structure,
a change in the way we handle the maven publication gradle script
and a bump to VLC core hash
Bump libvlcjni version to 4.0.0-eap12
parent bde92765
No related branches found
1 merge request!1740Bump AGP version
......@@ -80,6 +80,7 @@ ext {
testRunner = '1.4.0'
orchestrator = '1.1.0'
testCore = '1.4.0'
publishScriptPath = '../../buildsystem/publish.gradle'
// versionCode scheme is T M NN RR AA
// T: Target/Flavour (1 for Android, 2 for Chrome?)
// M: Major version from 0 to 9
......
......@@ -259,9 +259,9 @@ fi
if [ "$FORCE_VLC_4" = 1 ]; then
LIBVLCJNI_TESTED_HASH=1abedd5bd5befac3020d7afec67bfc05289429d4
LIBVLCJNI_TESTED_HASH=250488825f41c0a25765471f8872ebe3b39c945d
else
LIBVLCJNI_TESTED_HASH=6691a43c73df3abe3e30bda139c6a7b4d1adda87
LIBVLCJNI_TESTED_HASH=599329e36e952d41dfb9ff2ec56ee9854171f6e0
fi
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
......
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