From e1dd3db05adb7a56e3b7eab7f5c8d6b01ede254d Mon Sep 17 00:00:00 2001 From: smdyv <88971341+smdyv@users.noreply.github.com> Date: Tue, 25 Oct 2022 20:38:30 +0200 Subject: [PATCH] Bump material from 1.6.1 to 1.7.0 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 21fd5b5..903bfae 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -85,5 +85,5 @@ android { dependencies { implementation("androidx.appcompat:appcompat:1.5.1") - implementation("com.google.android.material:material:1.6.1") + implementation("com.google.android.material:material:1.7.0") }