okhttp-3.0-library.gradle 235 B

12345678
  1. apply from: "$rootDir/gradle/instrumentation-library.gradle"
  2. apply plugin: "net.ltgt.nullaway"
  3. dependencies {
  4. library "com.squareup.okhttp3:okhttp:3.0.0"
  5. testImplementation project(':instrumentation:okhttp:okhttp-3.0:testing')
  6. }