We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66dca7b commit e29bc78Copy full SHA for e29bc78
android/build.gradle
@@ -48,7 +48,7 @@ android {
48
implementation 'androidx.webkit:webkit:1.4.0'
49
implementation 'androidx.browser:browser:1.3.0'
50
implementation 'androidx.appcompat:appcompat:1.2.0'
51
- testImplementation 'com.squareup.okhttp3:mockwebserver:3.14.7'
+ implementation 'com.squareup.okhttp3:okhttp:3.14.9'
52
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
53
}
54
0 commit comments