File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ android {
47
47
abortOnError true
48
48
}
49
49
50
+ useLibrary ' org.apache.http.legacy'
51
+
50
52
defaultConfig {
51
53
// Note: To control the values of the auto-generated BuildConfig.java file (or any static
52
54
// final field) in the Unit Test (with ReflectionHelpers.setStaticField()) we need to avoid
@@ -110,7 +112,6 @@ dependencies {
110
112
111
113
// 3rd Party Deps
112
114
implementation ' com.squareup.okhttp3:okhttp:3.12.1'
113
- compileOnly group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.6'
114
115
implementation ' com.google.dagger:dagger:2.27'
115
116
annotationProcessor ' com.google.dagger:dagger-compiler:2.27'
116
117
@@ -122,7 +123,6 @@ dependencies {
122
123
exclude group : ' com.google.protobuf' , module : ' protobuf-java'
123
124
}
124
125
testImplementation " com.google.truth:truth:$googleTruthVersion "
125
- testImplementation group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.6'
126
126
testImplementation ' androidx.test:core:1.2.0'
127
127
testImplementation ' androidx.test:rules:1.2.0'
128
128
}
You can’t perform that action at this time.
0 commit comments