Use OkHttp as HTTP client

This commit is contained in:
2020-09-02 19:45:33 +02:00
committed by Matte23
parent 36bf0059ec
commit bdb3d954fc
2 changed files with 12 additions and 21 deletions

View File

@@ -54,6 +54,7 @@ dependencies {
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'com.squareup.okhttp3:okhttp:4.8.1'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.jsoup:jsoup:1.13.1'
}