We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f2b51 commit aa2d238Copy full SHA for aa2d238
library/build.gradle
@@ -57,8 +57,8 @@ dependencies {
57
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
58
59
testImplementation "junit:junit:4.13.2"
60
- testImplementation "io.mockk:mockk:1.13.11"
61
- testImplementation "org.robolectric:robolectric:4.12.2"
+ testImplementation "io.mockk:mockk:1.14.0"
+ testImplementation "org.robolectric:robolectric:4.14.1"
62
testImplementation 'androidx.test:core:1.5.0'
63
64
androidTestImplementation "androidx.lifecycle:lifecycle-common:2.7.0"
0 commit comments