Skip to content

Gradle Dependencies

Jorge Castro edited this page Oct 23, 2020 · 1 revision

Gradle Dependencies

  • implementation('com.squareup.okhttp3:okhttp:4.9.0')
  • testImplementation("com.squareup.okhttp3:mockwebserver:4.9.0")

⚠️ Versions of okhttp and mockwebserver must be the same otherwise when executing the Test where mockwebserver is used the following error will be presented:

java.lang.NoSuchFieldError: okHttpName
Clone this wiki locally