From ae45795f3071649648f50e96074b2e0fe93cb96a Mon Sep 17 00:00:00 2001 From: wangbing Date: Fri, 15 Mar 2019 09:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/modules/Android/build.gradles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/modules/Android/build.gradles b/src/main/resources/modules/Android/build.gradles index a409ffb8..67d26cf1 100644 --- a/src/main/resources/modules/Android/build.gradles +++ b/src/main/resources/modules/Android/build.gradles @@ -9,7 +9,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.0.0' - + classpath 'com.jakewharton:butterknife-gradle-plugin:8.5.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }