diff options
author | cyBerta <cyberta@riseup.net> | 2018-08-17 14:52:03 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-08-17 14:52:03 +0200 |
commit | ea90432bc1e721ec2d53eb48048297fd82da943c (patch) | |
tree | 151239b4d70d0c949eee6f02de3b28a7c5f29a6a /app/build.gradle | |
parent | 0616d90013cd3ecac6dc97d7f9aced381578fea1 (diff) |
#8920 create round background image in donation dialog
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 384762b9..53af1aff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -161,6 +161,7 @@ dependencies { implementation 'com.android.support:support-fragment:27.0.2' implementation 'com.android.support.constraint:constraint-layout:1.0.2' implementation 'com.android.support:multidex:1.0.2' + implementation 'com.android.support:cardview-v7:27.0.2' } // Ensure the no-op dependency is always used in JVM tests. |