浏览代码

fix gradle, add missing cardview dependency

AndyScherzinger 8 年之前
父节点
当前提交
3831a59223
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'