Skip to content

Commit

Permalink
fix(deps): update dependency androidx.test:runner to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wax911 committed Jun 25, 2024
1 parent ab3c92e commit 7ef8f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ androidx-swipeRefreshLayout = { module = "androidx.swiperefreshlayout:swiperefre
androidx-recyclerView = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx-recycler" }

androidx-test-core-ktx = { module = "androidx.test:core-ktx", version = "1.6.0" }
androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }
androidx-test-runner = { module = "androidx.test:runner", version = "1.6.0" }
androidx-test-rules = { module = "androidx.test:rules", version = "1.6.0" }
androidx-test-ext-junit-ktx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidx-test-ext" }

Expand Down

0 comments on commit 7ef8f77

Please sign in to comment.