mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 06:35:48 +03:00
fix gradle, add missing cardview dependency
This commit is contained in:
parent
bfe6dbe80a
commit
3831a59223
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue