diff options
author | Harsh Shandilya <harsh@prjkt.io> | 2018-05-02 11:33:03 +0530 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-05-03 23:45:03 -0500 |
commit | 0b098fb2ccacfcd34b65233da3dc96e6c2f3c99a (patch) | |
tree | 2a8c0b9d9450d96c91c1f5eb5c3109abe964c209 /app/build.gradle | |
parent | ae7293bd5ca5155aa421d62331bfd78cc7e76e43 (diff) |
ui: Use a proper CardView based layout
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 0422b36a..ddabbdb8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,6 +41,7 @@ dependencies { annotationProcessor "com.google.dagger:dagger-compiler:$daggerVersion" implementation "com.android.databinding:library:$databindingVersion" implementation "com.android.support:appcompat-v7:$supportLibsVersion" + implementation "com.android.support:cardview-v7:$supportLibsVersion" implementation "com.android.support:design:$supportLibsVersion" implementation "com.android.support:preference-v14:$supportLibsVersion" implementation "com.android.support:support-annotations:$supportLibsVersion" |