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
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]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent c1060a4 commit ed63133
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 ed63133

Please sign in to comment.