File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ dependencies {
21
21
implementation ' com.github.nicolas-raoul:Quadtree:ac16ea8035bf07'
22
22
implementation ' in.yuvi:http.fluent:1.3'
23
23
implementation ' com.google.code.gson:gson:2.8.5'
24
- implementation ' com.squareup.okhttp3:okhttp:4.2.0'
24
+ implementation (" com.squareup.okhttp3:okhttp:$OKHTTP_VERSION " ){
25
+ force = true // API 19 support
26
+ }
25
27
implementation ' com.squareup.okio:okio:2.2.2'
26
28
implementation ' io.reactivex.rxjava2:rxandroid:2.1.0'
27
29
implementation ' io.reactivex.rxjava2:rxjava:2.2.3'
@@ -53,7 +55,7 @@ dependencies {
53
55
api(' com.github.tony19:logback-android-classic:1.1.1-6' ) {
54
56
exclude group : ' com.google.android' , module : ' android'
55
57
}
56
- implementation " com.squareup.okhttp3:logging-interceptor:4.2.0 "
58
+ implementation " com.squareup.okhttp3:logging-interceptor:$O KHTTP_VERSION "
57
59
58
60
// Dependency injector
59
61
implementation " com.google.dagger:dagger-android-support:$DAGGER_VERSION "
You can’t perform that action at this time.
0 commit comments