We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1c3c6 commit 9867433Copy full SHA for 9867433
imagekit-sdk/build.gradle
@@ -24,6 +24,7 @@ dependencies {
24
compile group: 'com.squareup.okio', name: 'okio', version: '1.14.0'
25
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
26
testCompile group: 'junit', name: 'junit', version: '4.12'
27
+ testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.8.2")
28
testCompile "org.mockito:mockito-all:2.+"
29
testImplementation 'com.squareup.okhttp3:mockwebserver:3.10.0'
30
}
0 commit comments