Last active
February 21, 2022 14:20
-
-
Save Farhandroid/08bd907b8dfef13eb82e1e10ef5c195a to your computer and use it in GitHub Desktop.
Dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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