Skip to content

Commit ea42388

Browse files
fix(deps): update dependency androidx.test:core-ktx to v1.7.0 (#342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f1ccb9 commit ea42388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ androidx-sqlite = { module = "androidx.sqlite:sqlite", version.ref = "androidx-s
5656
androidx-sqliteKtx = { module = "androidx.sqlite:sqlite-ktx", version.ref = "androidx-sqlite" }
5757

5858
androidx-test-core = { module = "androidx.test:core", version = "1.7.0" }
59-
androidx-test-coreKtx = { module = "androidx.test:core-ktx", version = "1.6.1" }
59+
androidx-test-coreKtx = { module = "androidx.test:core-ktx", version = "1.7.0" }
6060
androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" }
6161
androidx-test-rules = { module = "androidx.test:rules", version = "1.6.1" }
6262

0 commit comments

Comments
 (0)