[Android] Reorder library

Robert Stone git at videolan.org
Tue May 9 10:11:26 UTC 2023


vlc-android | branch: master | Robert Stone <rhstone at gmail.com> | Sun Jan  8 21:58:42 2023 -0800| [c902eed4f20c6ca7c768afa05deadef32bd2f3a6] | committer: Nicolas Pomepuy

Reorder library

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

 application/vlc-android/res/raw/libraries.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/application/vlc-android/res/raw/libraries.json b/application/vlc-android/res/raw/libraries.json
index e532194dc0..8b4078f427 100644
--- a/application/vlc-android/res/raw/libraries.json
+++ b/application/vlc-android/res/raw/libraries.json
@@ -25,6 +25,11 @@
       "copyright": "Copyright © 1992-1994 Jutta Degener & Carsten Bormann",
       "license"  : "gsm"
     },
+    {
+      "title"    : "Konfetti",
+      "copyright": "Copyright © 2017 Dion Segijn",
+      "license"  : "isc"
+    },
     {
       "title"    : "liba52",
       "copyright": "Copyright © Aaron Holtzman, Michel Lespinasse, et al.",
@@ -154,11 +159,6 @@
       "title"    : "Zlib",
       "copyright": "Copyright © 1995-2012 Jean-loup Gailly and Mark Adler",
       "license"  : "zlib"
-    },
-    {
-      "title"    : "Konfetti",
-      "copyright": "Copyright © 2017 Dion Segijn",
-      "license"  : "isc"
     }
   ],
   "licenses": [



More information about the Android mailing list