We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6221dea commit 1bbb210Copy full SHA for 1bbb210
library/build.gradle
@@ -45,7 +45,7 @@ dependencies {
45
testImplementation 'androidx.test:rules:1.4.0'
46
testImplementation 'androidx.test.ext:junit:1.1.3'
47
testImplementation "junit:junit:$junit_version"
48
- testImplementation 'org.robolectric:robolectric:4.6.1'
+ testImplementation 'org.robolectric:robolectric:4.13'
49
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
50
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
51
}
0 commit comments