From d2f8496f4e6a46bd07a6ceef57d389fba74d12d0 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Thu, 13 Jul 2017 14:47:47 +0800 Subject: [PATCH] Update dependency --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9f2a2c1c5..627c48e3d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,12 +52,12 @@ dependencies { implementation 'com.android.support:cardview-v7:26.0.0-beta2' implementation 'com.android.support:design:26.0.0-beta2' implementation 'com.android.support:support-v4:26.0.0-beta2' - implementation 'com.jakewharton:butterknife:8.6.0' + implementation 'com.jakewharton:butterknife:8.7.0' implementation 'com.thoughtbot:expandablerecyclerview:1.4' implementation 'us.feras.mdv:markdownview:1.1.0' implementation 'com.madgag.spongycastle:core:1.54.0.0' implementation 'com.madgag.spongycastle:prov:1.54.0.0' implementation 'com.madgag.spongycastle:pkix:1.54.0.0' implementation 'com.google.android.gms:play-services-safetynet:9.0.1' - annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0' + annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0' } diff --git a/build.gradle b/build.gradle index 47a159c08..bfd7d5093 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { maven { url "https://maven.google.com" } } dependencies { - classpath 'com.android.tools.build:gradle:3.0.0-alpha5' + classpath 'com.android.tools.build:gradle:3.0.0-alpha6' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files