File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ dependencies {
153
153
154
154
androidTestImplementation project(' :testutils' )
155
155
if (useOrchestrator()) {
156
- androidTestImplementation ' androidx.test:runner:1.4.0 '
156
+ androidTestImplementation ' androidx.test:runner:1.5.2 '
157
157
androidTestUtil ' androidx.test:orchestrator:1.4.2'
158
158
}
159
159
androidTestImplementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencies {
64
64
androidTestImplementation project(' :android-core' )
65
65
66
66
}
67
- androidTestImplementation ' androidx.test:runner:1.3.0 '
67
+ androidTestImplementation ' androidx.test:runner:1.5.2 '
68
68
androidTestImplementation ' androidx.test.ext:junit:1.1.4'
69
69
androidTestImplementation ' androidx.test:rules:1.5.0'
70
70
androidTestImplementation ' com.google.firebase:firebase-messaging:20.0.0'
You can’t perform that action at this time.
0 commit comments