Ver código fonte

build: remove unused cardview dependency

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4 anos atrás
pai
commit
33e07628db
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 366D7BBAD1031E80
2 arquivos alterados com 0 adições e 2 exclusões
  1. +0
    -1
      build.gradle
  2. +0
    -1
      ui/build.gradle

+ 0
- 1
build.gradle Ver arquivo

@@ -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 Ver arquivo

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


Carregando…
Cancelar
Salvar