make mockserver a testImplementation dep

This commit is contained in:
Randy Secrist 2021-08-19 15:37:04 -06:00
parent f06bcdf695
commit 66dca7b136
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}
}