use okhttp instead of mockserver
This commit is contained in:
parent
66dca7b136
commit
e29bc782d8
|
@ -48,7 +48,7 @@ android {
|
|||
implementation 'androidx.webkit:webkit:1.4.0'
|
||||
implementation 'androidx.browser:browser:1.3.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
testImplementation 'com.squareup.okhttp3:mockwebserver:3.14.7'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue