We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c9be8 commit 7f04fcfCopy full SHA for 7f04fcf
core/build.gradle
@@ -73,5 +73,5 @@ dependencies {
73
androidTestImplementation 'androidx.test:rules:1.4.0'
74
androidTestImplementation 'androidx.test:runner:1.4.0'
75
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
76
- androidTestImplementation "com.squareup.okhttp3:mockwebserver"
+ androidTestImplementation "com.squareup.okhttp3:mockwebserver:${project.okhttpVersion}"
77
}
0 commit comments