mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-02 04:42:35 +00:00
Switch to AboutLibraries for the third-party license list
The previous library we were using is unmaintained and can't be customized to match the Material 3 theme.
This commit is contained in:
parent
8001ecb482
commit
60c72d48ee
19 changed files with 4020 additions and 375 deletions
6
app/config/libraries/krop.json
Normal file
6
app/config/libraries/krop.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"uniqueId": "com.github.avito-tech:krop",
|
||||
"licenses": [
|
||||
"MIT"
|
||||
]
|
||||
}
|
6
app/config/libraries/libsu.json
Normal file
6
app/config/libraries/libsu.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"uniqueId": "com.github.topjohnwu.libsu:.*::regex",
|
||||
"licenses": [
|
||||
"Apache-2.0"
|
||||
]
|
||||
}
|
6
app/config/libraries/textdrawable.json
Normal file
6
app/config/libraries/textdrawable.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"uniqueId": "com.amulyakhare:com.amulyakhare.textdrawable",
|
||||
"licenses": [
|
||||
"MIT"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue