Skip to content

Commit e4356bb

Browse files
build(deps): 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 1593fdb commit e4356bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ dependencies {
182182
// When using a AppCompat theme
183183
implementation "com.google.accompanist:accompanist-appcompat-theme:0.20.3"
184184

185-
androidTestImplementation 'androidx.test:core-ktx:1.6.1'
185+
androidTestImplementation 'androidx.test:core-ktx:1.7.0'
186186
androidTestImplementation 'androidx.test:runner:1.6.2'
187187
androidTestImplementation 'androidx.test.ext:junit-ktx:1.2.1'
188-
androidTestImplementation 'androidx.test:rules:1.6.1'
188+
androidTestImplementation 'androidx.test:rules:1.7.0'
189189
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.6.1'
190190
androidTestImplementation(platform("androidx.compose:compose-bom:2023.03.00"))
191191
androidTestImplementation("androidx.compose.ui:ui-test-junit4")

0 commit comments

Comments
 (0)