Skip to content

Commit 6070897

Browse files
Bump androidx.test:core-ktx from 1.6.1 to 1.7.0 (#3108)
* Bump androidx.test:core-ktx from 1.6.1 to 1.7.0 Bumps androidx.test:core-ktx from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:core-ktx dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * wip --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Den <DenBond7@gmail.com>
1 parent 9ef47dc commit 6070897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,15 +414,15 @@ dependencies {
414414
//uiTests is the build type for testing.
415415
//noinspection FragmentGradleConfiguration
416416
uiTestsImplementation("androidx.fragment:fragment-testing:1.8.7")
417-
uiTestsImplementation("androidx.test:core-ktx:1.6.1")
417+
uiTestsImplementation("androidx.test:core-ktx:1.7.0")
418418

419419
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
420420
androidTestImplementation("androidx.test.espresso:espresso-contrib:3.7.0")
421421
androidTestImplementation("androidx.test.espresso:espresso-intents:3.7.0")
422422
androidTestImplementation("androidx.test.espresso:espresso-web:3.7.0")
423423
androidTestImplementation("androidx.test.ext:junit:1.3.0")
424424
androidTestImplementation("androidx.test:runner:1.7.0")
425-
androidTestImplementation("androidx.test:rules:1.6.1")
425+
androidTestImplementation("androidx.test:rules:1.7.0")
426426
androidTestImplementation("androidx.test.ext:junit-ktx:1.3.0")
427427
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")
428428
androidTestImplementation("androidx.room:room-testing:2.7.2")

0 commit comments

Comments
 (0)