Fix duplicate netcipher classes error
Exclude netcipher from netcipher-webkit to avoid duplicate R classes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user