From 7485bc35e7d2298ffe5615e6660064dfd1551ffb Mon Sep 17 00:00:00 2001 From: anthony restaino Date: Thu, 1 Jun 2017 22:13:15 -0400 Subject: [PATCH] Updating butterknife --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 83e6432..0ed906d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,8 +82,8 @@ dependencies { provided 'javax.annotation:jsr250-api:1.0' // view binding - compile 'com.jakewharton:butterknife:8.5.1' - annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1' + compile 'com.jakewharton:butterknife:8.6.0' + annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0' // permissions compile 'com.anthonycr.grant:permissions:1.1.2'