From ae84a3ea0227674524d755e892e6e1324ea98655 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 14 Dec 2024 16:21:43 +0530 Subject: [PATCH] chore: remove unncessary licensee config --- android/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 282dda3d..2e0c4bd8 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -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 {