We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bcc03 commit 2098bc3Copy full SHA for 2098bc3
testutils/build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
compileOnly 'org.mockito:mockito-android:4.9.0'
54
55
api 'androidx.annotation:annotation:1.6.0'
56
- api 'androidx.test.ext:junit:1.1.4'
+ api 'androidx.test.ext:junit:1.1.5'
57
api 'androidx.test:rules:1.5.0'
58
59
androidTestCompileOnly project(':android-core')
@@ -65,7 +65,7 @@ dependencies {
65
66
}
67
androidTestImplementation 'androidx.test:runner:1.3.0'
68
- androidTestImplementation 'androidx.test.ext:junit:1.1.4'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.5'
69
androidTestImplementation 'androidx.test:rules:1.5.0'
70
androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0'
71
0 commit comments