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

github.com/nextcloud/Android-SingleSignOn.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-10-22 04:02:21 +0300
committerGitHub <noreply@github.com>2022-10-22 04:02:21 +0300
commit78a01eac76cedcde51cf113adfe48b6da75623fb (patch)
tree3f09875c0d5cc2ca92948afab444bcfc11a5a9ed
parentb29ea25c07de47f6ba5707cefcc473468df53de9 (diff)
Bumps [material](https://github.com/material-components/material-components-android) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.6.1...1.7.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--sample/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index 58e2675..6dddafe 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -32,7 +32,7 @@ dependencies {
implementation project(path: ':lib')
implementation 'androidx.appcompat:appcompat:1.4.2'
- implementation 'com.google.android.material:material:1.6.1'
+ implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'