fix gradle, add missing cardview dependency

This commit is contained in:
AndyScherzinger 2017-03-23 14:41:16 +01:00
parent bfe6dbe80a
commit 3831a59223
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

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