Skip to content

Commit 266331e

Browse files
committed
Updating build setting to include apache httpclient as an API dependency
1 parent b38f977 commit 266331e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation 'junit:junit:4.12'
2828

2929
// Use Apache HttpClient
30-
compile 'org.apache.httpcomponents:httpclient:4.5.6'
30+
api 'org.apache.httpcomponents:httpclient:4.5.6'
3131

3232
// https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple
3333
compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1'

0 commit comments

Comments
 (0)