Skip to content

Commit

Permalink
Reduce dependencies of sparsearray
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Mar 21, 2022
1 parent 4661d36 commit 13109ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/sparsearray/build.gradle
Expand Up @@ -36,12 +36,13 @@ android {
}

dependencies {
api project(":robolectric")
compileOnly AndroidSdk.MAX_SDK.coordinates
implementation project(path: ':shadowapi', configuration: 'default')
implementation "androidx.multidex:multidex:$multidexVersion"

testCompileOnly AndroidSdk.MAX_SDK.coordinates
testRuntimeOnly AndroidSdk.MAX_SDK.coordinates
testImplementation project(":robolectric")
testImplementation "junit:junit:$junitVersion"
testImplementation "com.google.truth:truth:$truthVersion"
}

0 comments on commit 13109ff

Please sign in to comment.