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 86a3157 commit 1d0482aCopy full SHA for 1d0482a
parse/build.gradle
@@ -51,6 +51,7 @@ dependencies {
51
api "com.squareup.okhttp3:okhttp:$okhttpVersion"
52
api project(':bolts-tasks')
53
54
+ testRuntimeOnly('org.junit.vintage:junit-vintage-engine:5.10.2')
55
testImplementation "org.junit.jupiter:junit-jupiter:$rootProject.ext.jupiterVersion"
56
testImplementation "org.skyscreamer:jsonassert:1.5.0"
57
testImplementation "junit:junit:$rootProject.ext.junitVersion"
0 commit comments