Skip to content

Instantly share code, notes, and snippets.

@Farhandroid
Last active February 21, 2022 14:20
Show Gist options
  • Save Farhandroid/08bd907b8dfef13eb82e1e10ef5c195a to your computer and use it in GitHub Desktop.
Save Farhandroid/08bd907b8dfef13eb82e1e10ef5c195a to your computer and use it in GitHub Desktop.
Dependency
//Mock Server
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.0'
//Truth
testImplementation "com.google.truth:truth:1.1"
//okhttp
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment