one step back
This commit is contained in:
parent
e43ede04b5
commit
0133cffc07
|
@ -15,7 +15,8 @@ dependencies {
|
|||
|
||||
api group: 'net.jcip', name: 'jcip-annotations', version: '1.0'
|
||||
api group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
|
||||
api group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12'
|
||||
// not 'api' since Android would use own implementation
|
||||
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12'
|
||||
|
||||
// junit 4.13 does not mix well with httpclient :(
|
||||
testImplementation group: 'junit', name: 'junit', version: '4.8.2'
|
||||
|
|
Loading…
Reference in New Issue