Browse Source

fix gradle, add missing cardview dependency

AndyScherzinger 8 years ago
parent
commit
3831a59223
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -173,6 +173,7 @@ dependencies {
     compile "com.android.support:design:${supportLibraryVersion}"
     compile 'com.jakewharton:disklrucache:2.0.2'
     compile "com.android.support:appcompat-v7:${supportLibraryVersion}"
+    compile "com.android.support:cardview-v7:${supportLibraryVersion}"
     compile 'com.getbase:floatingactionbutton:1.10.1'
     compile 'com.google.code.findbugs:annotations:2.0.1'
     compile group: 'commons-io', name: 'commons-io', version: '2.4'