From 108a81d3387b052d6786fd624baae2979657b51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 23:22:53 +0000 Subject: [PATCH] Bump material from 1.3.0-alpha04 to 1.3.0 Bumps [material](https://github.com/material-components/material-components-android) from 1.3.0-alpha04 to 1.3.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.3.0-alpha04...1.3.0) Signed-off-by: dependabot[bot] --- attachment-viewer/build.gradle | 2 +- vector/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attachment-viewer/build.gradle b/attachment-viewer/build.gradle index 5ce9f1eff6..a92eb11212 100644 --- a/attachment-viewer/build.gradle +++ b/attachment-viewer/build.gradle @@ -71,5 +71,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation "androidx.recyclerview:recyclerview:1.1.0" - implementation 'com.google.android.material:material:1.2.1' + implementation 'com.google.android.material:material:1.3.0' } \ No newline at end of file diff --git a/vector/build.gradle b/vector/build.gradle index fe7fd5094b..6c50a613ad 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -369,7 +369,7 @@ dependencies { // UI implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' - implementation 'com.google.android.material:material:1.3.0-alpha04' + implementation 'com.google.android.material:material:1.3.0' implementation 'me.gujun.android:span:1.7' implementation "io.noties.markwon:core:$markwon_version" implementation "io.noties.markwon:html:$markwon_version"