Loading components/support/rusthttp/build.gradle +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
components/support/rusthttp/build.gradle +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading