diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-06-18 17:01:42 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-06-23 12:05:46 +0200 |
commit | 767c10de1f6d241b7d47050e50529f4af9806286 (patch) | |
tree | 3c677e46cd93f920736b73888fedc9d3e5263e4b /main/build.gradle | |
parent | f4c8a9ba1d25cf669d2e73ab732ab7012d7bf112 (diff) |
Upgrade grade and fix minor things
Diffstat (limited to 'main/build.gradle')
-rw-r--r-- | main/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build.gradle b/main/build.gradle index f7daecce..2df31211 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -5,7 +5,7 @@ repositories { } dependencies { - compile 'com.intellij:annotations:12.0' + compile 'com.android.support:support-annotations:22.2.0' compile 'com.android.support:cardview-v7:22.2.0' compile 'com.android.support:recyclerview-v7:22.2.0' // compile 'ch.acra:acra:4.5.0' |