Skip to content

Commit f5c9be8

Browse files
committed
fix build
1 parent b5f34b7 commit f5c9be8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)