From eb929160b3103983819e6201f376202f0f9c7dc0 Mon Sep 17 00:00:00 2001 From: Viktor De Pasquale Date: Sat, 4 Jan 2020 13:30:33 +0100 Subject: [PATCH] Reverted updating material library --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6aa066dc4..14c81d5f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -131,5 +131,6 @@ dependencies { implementation 'androidx.transition:transition:1.3.0-rc02' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.core:core-ktx:1.1.0' - implementation 'com.google.android.material:material:1.2.0-alpha01' + // DO NOT UPDATE, 1.2.x has bunch of things broken in functionality against 1.1.x + implementation 'com.google.android.material:material:1.1.0-beta02' }