Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit b2c2d44

Browse files
Bump androidx.test:rules from 1.6.1 to 1.7.0
Bumps androidx.test:rules from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:rules dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d1ad64 commit b2c2d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ dependencies {
130130
implementation 'com.google.android.material:material:1.12.0'
131131
implementation 'androidx.core:core:1.16.0'
132132

133-
androidTestImplementation 'androidx.test:core:1.6.1'
133+
androidTestImplementation 'androidx.test:core:1.7.0'
134134
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
135-
androidTestImplementation 'androidx.test:rules:1.6.1'
135+
androidTestImplementation 'androidx.test:rules:1.7.0'
136136
androidTestImplementation 'androidx.test:runner:1.6.2'
137137
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
138138
androidTestImplementation 'org.mockito:mockito-android:5.17.0'

0 commit comments

Comments
 (0)