Skip to content

Commit ada57b7

Browse files
chore(deps): bump androidx.test:runner from 1.6.2 to 1.7.0
Bumps androidx.test:runner from 1.6.2 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5121892 commit ada57b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dependencies {
115115
implementation files('libs/BaiduLBS_Android.jar')
116116
testImplementation 'junit:junit:4.13.2'
117117
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
118-
androidTestImplementation 'androidx.test:runner:1.6.2'
118+
androidTestImplementation 'androidx.test:runner:1.7.0'
119119
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1', {
120120
exclude group: 'com.android.support', module: 'support-annotations'
121121
})

0 commit comments

Comments
 (0)