We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bbab7 commit 6cf7a01Copy full SHA for 6cf7a01
2 files changed
build.gradle
@@ -178,7 +178,7 @@ dependencies {
178
testImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVer"
179
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVer"
180
testImplementation "com.google.guava:guava:$guavaVersion"
181
- testImplementation "org.robolectric:robolectric:$robolectricVersion"
+// testImplementation "org.robolectric:robolectric:$robolectricVersion"
182
testImplementation "androidx.work:work-testing:$workVersion"
183
184
androidTestImplementation "androidx.test:rules:$testRulesVersion"
0 commit comments