[Android] Bump libvlcjni hash and provide a publish script path to libvlcjni

Nicolas Pomepuy git at videolan.org
Fri Jul 7 13:38:35 UTC 2023


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jun 16 09:22:38 2023 +0200| [704fc9f66380befd7a1a41ba47c2a48dac6cd795] | committer: Nicolas Pomepuy

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

> https://code.videolan.org/videolan/vlc-android/commit/704fc9f66380befd7a1a41ba47c2a48dac6cd795
---

 build.gradle           | 1 +
 buildsystem/compile.sh | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index e8524be70f..c9b65af73a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 35fe8676a8..57696f7d95 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -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
 



More information about the Android mailing list