diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-04-19 02:09:07 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-04-19 02:09:07 +0530 |
commit | 33e07628db33346b42bbbcc7785b604fedb62809 (patch) | |
tree | 8f06fed6a5398c1b5ec93fe6142741b899f32274 /ui/build.gradle | |
parent | b1b7d1d90c5a356f456bd81955bb1777fec73ef6 (diff) |
build: remove unused cardview dependency
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'ui/build.gradle')
-rw-r--r-- | ui/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/build.gradle b/ui/build.gradle index 96813d67..002981d5 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -68,7 +68,6 @@ dependencies { implementation project(":tunnel") implementation "androidx.annotation:annotation:$annotationsVersion" implementation "androidx.appcompat:appcompat:$appcompatVersion" - implementation "androidx.cardview:cardview:$cardviewVersion" implementation "androidx.constraintlayout:constraintlayout:$constraintLayoutVersion" implementation "androidx.coordinatorlayout:coordinatorlayout:$coordinatorLayoutVersion" implementation "androidx.biometric:biometric:$biometricVersion" |