Skip to content

Commit

Permalink
Bump androidx.test:core-ktx from 1.6.0-alpha04 to 1.6.0-rc01 in /andr…
Browse files Browse the repository at this point in the history
…oid (#9651)

Bumps androidx.test:core-ktx from 1.6.0-alpha04 to 1.6.0-rc01.

---
updated-dependencies:
- dependency-name: androidx.test:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2024
1 parent a99d879 commit 3a98220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/vpnClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation project(path: ':daemon')
implementation project(path: ':qtglean')

testImplementation("androidx.test:core-ktx:1.6.0-alpha04")
testImplementation("androidx.test:core-ktx:1.6.0-rc01")
testImplementation 'junit:junit:4.13.2'
testImplementation project(path: ':vpnClient')
testImplementation "org.robolectric:robolectric:4.11.1"
Expand Down

0 comments on commit 3a98220

Please sign in to comment.