Browse Source

build: remove unused cardview dependency

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4 years ago
parent
commit
33e07628db
No known key found for this signature in database GPG Key ID: 366D7BBAD1031E80
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      build.gradle
  2. +0
    -1
      ui/build.gradle

+ 0
- 1
build.gradle View File

@@ -13,7 +13,6 @@ buildscript {
appcompatVersion = '1.1.0'
bintrayPluginVersion = '1.8.4'
biometricVersion = '1.0.1'
cardviewVersion = '1.0.0'
collectionVersion = '1.1.0'
constraintLayoutVersion = '1.1.3'
coordinatorLayoutVersion = '1.1.0'


+ 0
- 1
ui/build.gradle View File

@@ -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"


Loading…
Cancel
Save