We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99dbb68 commit 22e5f63Copy full SHA for 22e5f63
library/build.gradle
@@ -67,7 +67,7 @@ dependencies {
67
//noinspection GradleDependency
68
testImplementation 'org.mockito:mockito-all:1.10.8'
69
testImplementation 'junit:junit:4.12'
70
- testImplementation "org.robolectric:robolectric:3.5.1"
+ testImplementation "org.robolectric:robolectric:3.6.1"
71
testImplementation 'org.powermock:powermock-mockito-release-full:1.6.1'
72
testImplementation 'org.powermock:powermock-module-junit4-rule:1.6.0'
73
testImplementation 'org.powermock:powermock-api-mockito:1.6.1'
0 commit comments