diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-10-06 00:25:17 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-10-06 00:25:17 +0200 |
commit | e5f94177181c181fdb40c7c25571ffc17c664533 (patch) | |
tree | 27d7b3ab007c1bd4b8ce5ba57a4b995940dfc2b3 /main | |
parent | cb8904df34a1a9046811f2da6233106313f8d3df (diff) |
update support library
Diffstat (limited to 'main')
-rw-r--r-- | main/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/build.gradle b/main/build.gradle index 6e46e2bd..7205cafb 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -7,9 +7,9 @@ repositories { } dependencies { - compile 'com.android.support:support-annotations:23.0.0' - compile 'com.android.support:cardview-v7:23.0.0' - compile 'com.android.support:recyclerview-v7:23.0.0' + compile 'com.android.support:support-annotations:23.0.1' + compile 'com.android.support:cardview-v7:23.0.1' + compile 'com.android.support:recyclerview-v7:23.0.1' // compile 'ch.acra:acra:4.5.0' } |