diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f27eb0fe..cebd674f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -123,9 +123,6 @@ android { licensee { allowedLicenses().forEach { allow(it) } allowedLicenseUrls().forEach { allowUrl(it) } - allowDependency("com.zaneschepke", "hevtunnel", "1.0.0") { - because("Apache-2.0, but not auto-detected") - } } applicationVariants.all {