Remove seemingly unused dependency

PiperOrigin-RevId: 266802447
This commit is contained in:
olly 2019-09-02 19:29:36 +01:00 committed by Toni
parent 2d0b10a73a
commit a564c8011f

View File

@ -57,7 +57,6 @@ dependencies {
implementation project(modulePrefix + 'library-ui')
implementation project(modulePrefix + 'extension-cast')
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
}