Skip to content

Commit 1964637

Browse files
Bump androidx.test:rules from 1.4.0 to 1.5.0 in /android (#139)
Bumps androidx.test:rules from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test:rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a660345 commit 1964637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/releasetest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies {
8888
implementation "androidx.appcompat:appcompat:1.0.0"
8989
// testing dependencies
9090
androidTestImplementation "androidx.test.espresso:espresso-core:3.1.0"
91-
androidTestImplementation 'androidx.test:rules:1.4.0'
91+
androidTestImplementation 'androidx.test:rules:1.5.0'
9292
androidTestImplementation "androidx.test:runner:1.4.0"
9393

9494
androidTestImplementation "androidx.test.ext:junit:1.1.4"

0 commit comments

Comments
 (0)