Use OkHttp for tests like in NewPipe

This commit is contained in:
wb9688
2020-06-11 15:06:08 +02:00
parent 5f523254cb
commit a65e46e4b1
2 changed files with 57 additions and 82 deletions

View File

@@ -8,4 +8,5 @@ dependencies {
implementation 'org.nibor.autolink:autolink:0.10.0'
testImplementation 'junit:junit:4.13'
testImplementation "com.squareup.okhttp3:okhttp:3.12.11"
}