Skip to content

Commit

Permalink
Enable integration_tests:sparsearray tests
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Mar 9, 2022
1 parent f28d922 commit 5d49802
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integration_tests/sparsearray/build.gradle
@@ -1,12 +1,14 @@
import org.robolectric.gradle.RoboJavaModulePlugin

apply plugin: RoboJavaModulePlugin
apply plugin: 'kotlin'

dependencies {
api project(":robolectric")
compileOnly AndroidSdk.MAX_SDK.coordinates

testCompileOnly AndroidSdk.MAX_SDK.coordinates
testRuntimeOnly AndroidSdk.MAX_SDK.coordinates
testImplementation "junit:junit:${junitVersion}"
testImplementation "com.google.truth:truth:${truthVersion}"
testImplementation "junit:junit:$junitVersion"
testImplementation "com.google.truth:truth:$truthVersion"
}

0 comments on commit 5d49802

Please sign in to comment.