[Android] Update maven repository urls
Nicolas Pomepuy
git at videolan.org
Wed Aug 3 08:47:08 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Aug 1 14:18:20 2022 +0200| [e5ed452e3cf9944042e4d5a2162c99feceff1d1a] | committer: Nicolas Pomepuy
Update maven repository urls
Fixes #2614
> https://code.videolan.org/videolan/vlc-android/commit/e5ed452e3cf9944042e4d5a2162c99feceff1d1a
---
buildsystem/publish.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildsystem/publish.gradle b/buildsystem/publish.gradle
index a29e03511..2753ff2a1 100644
--- a/buildsystem/publish.gradle
+++ b/buildsystem/publish.gradle
@@ -2,8 +2,8 @@
group = 'org.videolan.android'
version = library_version
-def siteUrl = 'https://code.videolan.org/videolan/vlc-android/'
-def gitUrl = 'https://code.videolan.org/videolan/vlc-android.git'
+def siteUrl = 'https://code.videolan.org/videolan/libvlcjni/'
+def gitUrl = 'https://code.videolan.org/videolan/libvlcjni.git'
def licenseName = 'GNU Lesser General Public License, version 2.1'
def licenseUrl = 'https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html'
More information about the Android
mailing list