diff options
author | Arne Schwabe <arne@rfc2549.org> | 2016-03-07 09:51:37 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2016-03-07 09:51:37 +0100 |
commit | 897cc3f82e335e06ceb3eb1a37f514f528386458 (patch) | |
tree | 0999b4c2d90e3151e9bf2bbe5ed180d24bab6b6a /main/build.gradle | |
parent | ff6064fe420c466a266711039fbada851b2832c7 (diff) |
Update compat library
Diffstat (limited to 'main/build.gradle')
-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 7cbadb2d..e53a4c10 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -12,9 +12,9 @@ repositories { } dependencies { - compile 'com.android.support:support-annotations:23.1.1' - compile 'com.android.support:cardview-v7:23.1.1' - compile 'com.android.support:recyclerview-v7:23.1.1' + compile 'com.android.support:support-annotations:23.2.0' + compile 'com.android.support:cardview-v7:23.2.0' + compile 'com.android.support:recyclerview-v7:23.2.0' // compile 'ch.acra:acra:4.5.0' } |