File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ dependencies {
5858 implementation ' commons-io:commons-io:2.5'
5959 implementation ' org.apache.commons:commons-lang3:3.12.0'
6060 implementation ' org.iban4j:iban4j:3.2.1'
61- implementation(platform(" com.squareup.okhttp3:okhttp-bom:${ project.okhttpVersion} " ))
62- implementation " com.squareup.okhttp3:logging-interceptor"
6361 implementation ' com.caverock:androidsvg-aar:1.4'
6462 implementation ' com.google.android.gms:play-services-wallet:18.1.3'
6563
66- api " com.squareup.okhttp3:okhttp"
64+ api " com.squareup.okhttp3:okhttp:${ project.okhttpVersion} "
65+ implementation " com.squareup.okhttp3:logging-interceptor:${ project.okhttpVersion} "
66+
6767 api ' com.google.code.gson:gson:2.8.8'
6868
6969 testImplementation ' junit:junit:4.13.2'
7070 testImplementation ' org.robolectric:robolectric:4.6.1'
71- testImplementation " com.squareup.okhttp3:mockwebserver"
71+ testImplementation " com.squareup.okhttp3:mockwebserver: ${ project.okhttpVersion } "
7272
7373 androidTestImplementation ' androidx.test:rules:1.4.0'
7474 androidTestImplementation ' androidx.test:runner:1.4.0'
You can’t perform that action at this time.
0 commit comments