Skip to content

Commit e301982

Browse files
chore: bump runner from 1.4.0 to 1.5.2
Bumps runner from 1.4.0 to 1.5.2. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 773c5b3 commit e301982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dependencies {
153153

154154
androidTestImplementation project(':testutils')
155155
if (useOrchestrator()) {
156-
androidTestImplementation 'androidx.test:runner:1.4.0'
156+
androidTestImplementation 'androidx.test:runner:1.5.2'
157157
androidTestUtil 'androidx.test:orchestrator:1.4.2'
158158
}
159159
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

testutils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
androidTestImplementation project(':android-core')
6565

6666
}
67-
androidTestImplementation 'androidx.test:runner:1.3.0'
67+
androidTestImplementation 'androidx.test:runner:1.5.2'
6868
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
6969
androidTestImplementation 'androidx.test:rules:1.5.0'
7070
androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0'

0 commit comments

Comments
 (0)