gradle: make okhttp optional
This commit is contained in:
parent
9c4e04c4d6
commit
3f9847f617
@ -5,7 +5,7 @@ configurations { providedCompile }
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.slf4j:slf4j-api:1.7.6'
|
compile 'org.slf4j:slf4j-api:1.7.6'
|
||||||
compile 'com.squareup.okhttp:okhttp:1.5.2'
|
providedCompile 'com.squareup.okhttp:okhttp:1.5.2'
|
||||||
providedCompile 'com.google.code.findbugs:annotations:2.0.1'
|
providedCompile 'com.google.code.findbugs:annotations:2.0.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user