Skip to content

Instantly share code, notes, and snippets.

@ininmm
Created October 12, 2019 12:49
Show Gist options
  • Save ininmm/c32e913ba923ac9198e94e025428e960 to your computer and use it in GitHub Desktop.
Save ininmm/c32e913ba923ac9198e94e025428e960 to your computer and use it in GitHub Desktop.
Add Retrofit and MockWebServer libraries
dependency {
def retrofitVersion = '2.6.1'
def mockwebserverVersion = '3.8.1'
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion"
implementation "com.squareup.okhttp3:mockwebserver:$mockwebserverVersion"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment