mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(deps): update androidx.test and Licensee
This commit is contained in:
parent
bd16709a81
commit
6a9cd40eaf
2 changed files with 9 additions and 11 deletions
|
@ -45,11 +45,9 @@ baselineProfile {
|
|||
licensee {
|
||||
allow("Apache-2.0")
|
||||
allow("MIT")
|
||||
ignoreDependencies("com.michael-bull.kotlin-result") { because("kotlin-result is ISC licensed") }
|
||||
ignoreDependencies("org.commonmark") { because("Commonmark is BSD licensed") }
|
||||
allowUrl("https://jsoup.org/license") { because("Jsoup is MIT licensed") }
|
||||
allowUrl("https://opensource.org/licenses/isc-license.txt") {
|
||||
because("kotlin-result is ISC licensed")
|
||||
}
|
||||
}
|
||||
|
||||
moduleGraphAssert {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue