Forráskód Böngészése

Bump webkit from 1.4.0 to 1.5.0

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] <support@github.com>
dependabot[bot] 2 éve
szülő
commit
53103d2464
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -230,7 +230,7 @@ dependencies {
     implementation 'com.google.android.material:material:1.6.1'
     implementation 'com.jakewharton:disklrucache:2.0.2'
     implementation 'androidx.appcompat:appcompat:1.4.2'
-    implementation 'androidx.webkit:webkit:1.4.0'
+    implementation 'androidx.webkit:webkit:1.5.0'
     implementation 'androidx.cardview:cardview:1.0.0'
     implementation 'androidx.exifinterface:exifinterface:1.3.5'
     implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"