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

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


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

Bump libvlcjni hash and app name to include the fixes

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

 build.gradle           | 2 +-
 buildsystem/compile.sh | 2 +-
 2 files changed, 2 insertions(+), 2 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..81580277a 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -254,7 +254,7 @@ fi
 # Fetch VLC source #
 ####################
 
-LIBVLCJNI_TESTED_HASH=32e7aa2c2ca56343598d9466a740fa1264093065
+LIBVLCJNI_TESTED_HASH=c38f38789a4baec345eb040a45fac29a02ee1a4e
 LIBVLCJNI_REPOSITORY=https://code.videolan.org/asenat/libvlcjni
 if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then
     diagnostic "libvlcjni sources: not found, cloning"



More information about the Android mailing list