Skip to content

Commit 7f04fcf

Browse files
committed
fix build #2
1 parent f5c9be8 commit 7f04fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ dependencies {
7373
androidTestImplementation 'androidx.test:rules:1.4.0'
7474
androidTestImplementation 'androidx.test:runner:1.4.0'
7575
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
76-
androidTestImplementation "com.squareup.okhttp3:mockwebserver"
76+
androidTestImplementation "com.squareup.okhttp3:mockwebserver:${project.okhttpVersion}"
7777
}

0 commit comments

Comments
 (0)