Merge pull request #946 from randysecrist/rks-fix-mockserver-dep
switch android mockserver dependency with okhttp
This commit is contained in:
commit
1b6ee3d974
|
@ -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'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue