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:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-11-11 13:19:51 +0300
committerGitHub <noreply@github.com>2022-11-11 13:19:51 +0300
commit6d7d7246b2e9ccd4eda74b6382a5db1fd27456e3 (patch)
tree2cc48479ae874bd830c635a29fbb88bd0f2f8a8a
parentbb1d37fa56cb98000f906425512061bb2155275b (diff)
parent7a2681cc7dc6774f932868c309a0f7a0fa3e9ea7 (diff)
Merge pull request #10841 from nextcloud/dependabot/gradle/com.google.android.material-material-1.7.0
Bump material from 1.6.1 to 1.7.0
-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..711b2ddd73 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -227,7 +227,7 @@ dependencies {
implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.5' // remove after entire switch to lib v2
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- implementation 'com.google.android.material:material:1.6.1'
+ 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'