From 6218f63807c59afcf27750ef1e2f114b8a3e40fd Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:37:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=BF=87=E7=9A=84=E5=BC=80=E6=BA=90=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/licences/libraries/libchecker.json | 16 ++++++++++++++++ app/licences/libraries/skipad.json | 13 +++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 app/licences/libraries/libchecker.json create mode 100644 app/licences/libraries/skipad.json diff --git a/app/licences/libraries/libchecker.json b/app/licences/libraries/libchecker.json new file mode 100644 index 0000000..4c6d340 --- /dev/null +++ b/app/licences/libraries/libchecker.json @@ -0,0 +1,16 @@ +{ + "uniqueId": "com.absinthe.libchecker:2.5.0", + "artifactVersion": "2.5.0", + "name": "LibChecker", + "developers": [ + { + "name": "LibChecker" + } + ], + "description": "An app to view libraries used in apps in your device.", + "website": "https://github.com/LibChecker/LibChecker", + "tag": "custom", + "licenses": [ + "Apache-2.0" + ] +} \ No newline at end of file diff --git a/app/licences/libraries/skipad.json b/app/licences/libraries/skipad.json new file mode 100644 index 0000000..4374c79 --- /dev/null +++ b/app/licences/libraries/skipad.json @@ -0,0 +1,13 @@ +{ + "uniqueId": "com.github.crayonxiaoxin.abc:1.0.1", + "artifactVersion": "1.0.1", + "name": "SkipAD", + "developers": [ + { + "name": "crayonxiaoxin" + } + ], + "description": "Android无障碍跳过开屏广告", + "website": "https://github.com/crayonxiaoxin/SkipAD", + "tag": "custom" +} \ No newline at end of file