Browse Source

Merge pull request #10674 from nextcloud/dependabot/gradle/androidx.webkit-webkit-1.5.0

Bump webkit from 1.4.0 to 1.5.0
Álvaro Brey 2 years ago
parent
commit
2aab02b1f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -230,7 +230,7 @@ dependencies {
     implementation 'com.google.android.material:material:1.7.0'
     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"