Skip to content

Commit e29bc78

Browse files
author
Randy Secrist
committed
use okhttp instead of mockserver
1 parent 66dca7b commit e29bc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
implementation 'androidx.webkit:webkit:1.4.0'
4949
implementation 'androidx.browser:browser:1.3.0'
5050
implementation 'androidx.appcompat:appcompat:1.2.0'
51-
testImplementation 'com.squareup.okhttp3:mockwebserver:3.14.7'
51+
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
5252
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
5353
}
5454
}

0 commit comments

Comments
 (0)