[Android] Bump libvlcjni hash and app name to include the fixes

Nicolas Pomepuy git at videolan.org
Mon Sep 12 07:59:07 UTC 2022


vlc-android | branch: debug_upnp | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Sep 12 09:54:22 2022 +0200| [ea82799b8cfa8be6a2ce6ce443e1730d1ce54272] | committer: Nicolas Pomepuy

Bump libvlcjni hash and app name to include the fixes

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

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

diff --git a/build.gradle b/build.gradle
index 8042e95cf..25fce8268 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,7 +37,7 @@ allprojects {
 
 ext {
     appId = "org.videolan.vlc"
-    versionName = '3.5.1-upnpdebug'
+    versionName = '3.5.1-upnpdebug2'
     versionCode = 3050100
     libvlcVersion = '3.5.1'
     medialibraryVersion = '0.13.3'
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 7ea99ef84..2ee395cd6 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -254,12 +254,12 @@ fi
 # Fetch VLC source #
 ####################
 
-LIBVLCJNI_TESTED_HASH=32e7aa2c2ca56343598d9466a740fa1264093065
-LIBVLCJNI_REPOSITORY=https://code.videolan.org/asenat/libvlcjni
+LIBVLCJNI_TESTED_HASH=c38f38789a4baec345eb040a45fac29a02ee1a4e
+LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
 if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then
     diagnostic "libvlcjni sources: not found, cloning"
     if [ ! -d "libvlcjni" ]; then
-        git clone --single-branch --branch enable-upnp-debug "${LIBVLCJNI_REPOSITORY}"
+        git clone --single-branch --branch libvlcjni-3.x "${LIBVLCJNI_REPOSITORY}"
         cd libvlcjni
     else # folder exist with only the artifacts
         cd libvlcjni



More information about the Android mailing list