[Android] Add the remote access to the library list
Nicolas Pomepuy
git at videolan.org
Fri Jun 14 09:10:48 UTC 2024
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jun 14 10:25:09 2024 +0200| [eead622a02455de202a2a3f0ddedadf0edca339a] | committer: Nicolas Pomepuy
Add the remote access to the library list
> https://code.videolan.org/videolan/vlc-android/commit/eead622a02455de202a2a3f0ddedadf0edca339a
---
application/vlc-android/res/raw/libraries.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/application/vlc-android/res/raw/libraries.json b/application/vlc-android/res/raw/libraries.json
index 7172dce4f0..70208c8637 100644
--- a/application/vlc-android/res/raw/libraries.json
+++ b/application/vlc-android/res/raw/libraries.json
@@ -220,6 +220,11 @@
"copyright": "Copyright © 2002-2009 David A. Schleef",
"license" : "isc"
},
+ {
+ "title" : "RemoteAccess",
+ "copyright": "Copyright © 2015 VLC authors, VideoLAN, and VideoLabs",
+ "license" : "lgpl2.1"
+ },
{
"title" : "Retrofit",
"copyright": "Copyright © 2013 Square, Inc.",
More information about the Android
mailing list