make mockserver a testImplementation dep
This commit is contained in:
parent
f06bcdf695
commit
66dca7b136
|
@ -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'
|
||||
implementation 'com.squareup.okhttp3:mockwebserver:3.14.7'
|
||||
testImplementation 'com.squareup.okhttp3:mockwebserver:3.14.7'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue