feat: 添加使用过的开源项目
This commit is contained in:
parent
3f40e506e5
commit
6218f63807
2 changed files with 29 additions and 0 deletions
16
app/licences/libraries/libchecker.json
Normal file
16
app/licences/libraries/libchecker.json
Normal file
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
13
app/licences/libraries/skipad.json
Normal file
13
app/licences/libraries/skipad.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue