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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5d93a64ef6
commit
5afd38165d
@@ -63,7 +63,6 @@ ext.deps = [
|
|||||||
supportConstraintLayout: "androidx.constraintlayout:constraintlayout:2.0.4",
|
supportConstraintLayout: "androidx.constraintlayout:constraintlayout:2.0.4",
|
||||||
supportSqlite : "androidx.sqlite:sqlite-framework:2.1.0",
|
supportSqlite : "androidx.sqlite:sqlite-framework:2.1.0",
|
||||||
supportEspresso : 'androidx.test.espresso:espresso-core:3.3.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',
|
supportEspressoIntents : 'androidx.test.espresso:espresso-intents:3.3.0',
|
||||||
supportTestRunner : 'androidx.test:runner:1.3.0',
|
supportTestRunner : 'androidx.test:runner:1.3.0',
|
||||||
// Arch
|
// Arch
|
||||||
|
|||||||
Reference in New Issue
Block a user