From aaea03a5c24ac1c42314cb27c615fd66cfb6989a Mon Sep 17 00:00:00 2001 From: Giovanni Harting Date: Thu, 15 Oct 2015 22:35:28 +0200 Subject: [PATCH] updated dependencies --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ecd2328..e347763 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,13 +61,13 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:appcompat-v7:23.0.1' - compile 'com.android.support:support-v4:23.0.1' + compile 'com.android.support:appcompat-v7:23.1.0' + compile 'com.android.support:support-v4:23.1.0' compile 'com.squareup.okhttp:okhttp:2.5.0' compile 'com.google.code.gson:gson:2.4' compile 'com.jakewharton:butterknife:7.0.1' compile 'com.koushikdutta.async:androidasync:2.1.6' - compile 'com.android.support:design:23.0.1' + compile 'com.android.support:design:23.1.0' compile 'com.larswerkman:HoloColorPicker:1.5@aar' compile 'com.google.guava:guava:19.0-rc2' compile 'com.thetransactioncompany:jsonrpc2-base:1.38'