diff options
author | zeapo <mohamed@zenadi.com> | 2014-10-19 16:45:54 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-10-19 16:45:54 +0200 |
commit | 24892e6a9555f36a5d6cbe5658edb6f51ab85eba (patch) | |
tree | 1e500233aa887e8b55aa6bbd6b70fb303b11e995 /app/build.gradle | |
parent | 83c3231ab02fcfa40d369248c257a80579988a4b (diff) |
Using RecyclerView rather than ListView
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 059ed531..8521df10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,6 +30,7 @@ repositories { dependencies { compile "com.android.support:appcompat-v7:21.+" + compile "com.android.support:recyclerview-v7:21.+" //compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libraries:openpgp-api-lib') |