Merge pull request #946 from randysecrist/rks-fix-mockserver-dep

switch android mockserver dependency with okhttp
This commit is contained in:
Lorenzo Pichilli 2022-04-15 23:53:58 +02:00 committed by GitHub
commit 1b6ee3d974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
}
}