one step back
This commit is contained in:
rusefillc 2022-07-14 02:32:21 -04:00
parent e43ede04b5
commit 0133cffc07
1 changed files with 2 additions and 1 deletions

View File

@ -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'