diff --git a/app/build.gradle.kts b/app/build.gradle.kts index abaab13..3f7dcef 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -102,7 +102,9 @@ dependencies { // Tor (Orbot integration) implementation("info.guardianproject.netcipher:netcipher:2.1.0") - implementation("info.guardianproject.netcipher:netcipher-webkit:2.1.0") + implementation("info.guardianproject.netcipher:netcipher-webkit:2.1.0") { + exclude(group = "info.guardianproject.netcipher", module = "netcipher") + } // Testing testImplementation("junit:junit:4.13.2")