diff options
author | Arne Schwabe <arne@rfc2549.org> | 2016-04-09 21:06:59 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2016-04-09 21:06:59 +0200 |
commit | 01fb37c4f0a6b2dc3b50cd0d14429c27bfa60eb0 (patch) | |
tree | aa0e2960146b14d4472e8c508fea6be700f67121 /main | |
parent | 5b08ac8422b9a252ecf971470351cf40f5ca2a1a (diff) |
Update grade, 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 53d31100..7312a126 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -12,9 +12,9 @@ repositories { } dependencies { - compile 'com.android.support:support-annotations:23.2.1' - compile 'com.android.support:cardview-v7:23.2.1' - compile 'com.android.support:recyclerview-v7:23.2.1' + compile 'com.android.support:support-annotations:23.3.0' + compile 'com.android.support:cardview-v7:23.3.0' + compile 'com.android.support:recyclerview-v7:23.3.0' // compile 'ch.acra:acra:4.5.0' } |