diff --git a/android/build.gradle.kts b/android/build.gradle.kts index 9dca420b..bd23d866 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -51,6 +51,7 @@ 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 { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 20748e41..41c7bac3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -116,7 +116,7 @@ anvil = "com.squareup.anvil:2.5.0-beta04" baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } ksp = "com.google.devtools.ksp:1.9.23-1.0.19" -licensee = "app.cash.licensee:1.10.0" +licensee = "app.cash.licensee:1.11.0" modulegraphassert = "com.jraska.module.graph.assertion:2.5.0" poko = "dev.drewhamilton.poko:0.15.2" sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }