From 5afd38165d96c3bd020f7cbc8cd9dad541f90a45 Mon Sep 17 00:00:00 2001 From: Chaiwat Ekkaewnumchai Date: Thu, 13 May 2021 04:29:54 -0700 Subject: [PATCH] Remove supportDesign in build.gradle (#2305) Summary: dependabot notifies to upgrade `"com.google.android.material:material:1.0.0-rc01"` (D28323842), but none references this. This diff tries to remove it as it's unused Pull Request resolved: https://github.com/facebook/flipper/pull/2305 Reviewed By: passy, fabiomassimo Differential Revision: D28375893 fbshipit-source-id: 5963ad81b8008e5836dd59a1e09d8cdeb4f8eafe --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 78c6a6684..3f75bcf48 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,6 @@ ext.deps = [ supportConstraintLayout: "androidx.constraintlayout:constraintlayout:2.0.4", supportSqlite : "androidx.sqlite:sqlite-framework:2.1.0", supportEspresso : 'androidx.test.espresso:espresso-core:3.3.0', - supportDesign : "com.google.android.material:material:1.0.0-rc01", supportEspressoIntents : 'androidx.test.espresso:espresso-intents:3.3.0', supportTestRunner : 'androidx.test:runner:1.3.0', // Arch