Skip to content

Commit

Permalink
Bump androidx.test:core-ktx from 1.6.0-alpha04 to 1.6.1 in /android (#…
Browse files Browse the repository at this point in the history
…9697)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 75383f5 commit 338db34
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-rc01")
testImplementation("androidx.test:core-ktx:1.6.1")
testImplementation 'junit:junit:4.13.2'
testImplementation project(path: ':vpnClient')
testImplementation "org.robolectric:robolectric:4.12.2"
Expand Down

0 comments on commit 338db34

Please sign in to comment.