Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-11 11:50:20 +0300
committerGitHub <noreply@github.com>2022-11-11 11:50:20 +0300
commit53103d246478b90ca8cc43221d590f6f207f72db (patch)
treeb1c3b01add65893145666dfde573de87c8ac0501
parentbb1d37fa56cb98000f906425512061bb2155275b (diff)
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>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index a237159a29..856e4bfc38 100644
--- a/app/build.gradle
+++ b/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"