From 2af4105612fe3b05f136bc6274e99343fe805264 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Wed, 9 Sep 2020 09:56:12 +0300 Subject: [PATCH] Increased material version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ef5337fd..e363d78d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'com.google.android.material:material:1.2.0' + implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"