diff options
author | zeapo <mohamed@zenadi.com> | 2014-10-19 18:55:52 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-10-19 18:55:52 +0200 |
commit | 01a1522194d4b6803d88e9ac1c50e5cddd70fa05 (patch) | |
tree | 2184be59f6bbfaf54083d5fefe771b193da7a0a5 /app/build.gradle | |
parent | 639031737f6cbfd2c9cf3bcede8d1c85e9ddac67 (diff) |
Improved layout of clone and made it similar to the rest of the application
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 8521df10..317206be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,6 +31,7 @@ repositories { dependencies { compile "com.android.support:appcompat-v7:21.+" compile "com.android.support:recyclerview-v7:21.+" + compile "com.android.support:palette-v7:21.+" //compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libraries:openpgp-api-lib') |