Skip to content

Commit

Permalink
Bump webkit from 1.4.0 to 1.5.0 (#340)
Browse files Browse the repository at this point in the history
Bumps webkit from 1.4.0 to 1.5.0.

---
updated-dependencies:
- dependency-name: androidx.webkit:webkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

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 Aug 25, 2022
1 parent 00eb8f6 commit 1bf8277
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 @@ -55,7 +55,7 @@ dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.6")

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

0 comments on commit 1bf8277

Please sign in to comment.