Skip to content

Commit

Permalink
chore: remove unncessary licensee config
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Dec 14, 2024
1 parent 9f0ba9b commit ae84a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ licensee {
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/MIT") { because("That's the MIT license text") }
}

moduleGraphAssert {
Expand Down

0 comments on commit ae84a3e

Please sign in to comment.