Skip to content

Commit

Permalink
Bump androidx.webkit:webkit from 1.6.0 to 1.6.1 (#502)
Browse files Browse the repository at this point in the history
Bumps androidx.webkit:webkit from 1.6.0 to 1.6.1.

---
updated-dependencies:
- dependency-name: androidx.webkit:webkit
  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 Mar 23, 2023
1 parent 2ee5114 commit 6bee50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2")

implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.webkit:webkit:1.6.0")
implementation("androidx.webkit:webkit:1.6.1")
implementation("androidx.browser:browser:1.5.0")
implementation("com.google.android.material:material:1.5.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
Expand Down

0 comments on commit 6bee50b

Please sign in to comment.