Commit 25609ec4 authored by Thom Chiovoloni's avatar Thom Chiovoloni Committed by Grisha Kruglov
Browse files

Fix (hopefully) concept-fetch collision

parent d948139b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -28,7 +28,11 @@ android {
}

dependencies {
    implementation Dependencies.mozilla_httpconfig
    implementation(Dependencies.mozilla_httpconfig) {
        // Override the version of concept-fetch that A-S depends on,
        // since we want to replace it with our own.
        exclude group: 'org.mozilla.components', module: 'concept-fetch'
    }
    api project(':concept-fetch')

    implementation Dependencies.kotlin_stdlib