Replace standard Java HTTP libraries with okHTTP (#237)

* Replace standard Java HTTP libraries with okHTTP
This commit is contained in:
Luis Uguina
2020-06-01 19:15:44 +10:00
committed by GitHub
parent cdf552f708
commit 4cf51013e6
5 changed files with 230 additions and 313 deletions

View File

@@ -38,6 +38,8 @@ dependencies {
compile 'org.simpleframework:simple-xml:2.7.1'
compile 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'com.formdev:flatlaf:0.30'
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.7.2'
}
jar {