File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
+ apply plugin : ' com.neenbedankt.android-apt'
2
3
apply plugin : ' me.tatarka.retrolambda'
3
- apply plugin : ' com.jakewharton.butterknife'
4
4
5
5
android {
6
6
def ext = rootProject. ext
@@ -47,7 +47,7 @@ android {
47
47
dependencies {
48
48
compile fileTree(dir : ' libs' , include : [' *.jar' ])
49
49
compile project(' :library' )
50
- annotationProcessor ' com.jakewharton:butterknife-compiler:8.7 .0'
50
+ apt ' com.jakewharton:butterknife-compiler:8.8 .0'
51
51
compile ' cn.bingoogolapple:bga-banner:2.1.7@aar'
52
52
compile ' com.scwang.smartrefresh:SmartRefreshHeader:1.0.3'
53
53
// 设置界面Item库
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ buildscript {
7
7
}
8
8
dependencies {
9
9
classpath ' com.android.tools.build:gradle:2.2.3'
10
+ classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8'
10
11
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1'
11
12
classpath ' me.tatarka:gradle-retrolambda:3.2.5'
12
- classpath ' com.jakewharton:butterknife-gradle-plugin:8.8.0'
13
13
// NOTE: Do not place your application dependencies here; they belong
14
14
// in the individual module build.gradle files
15
15
}
You can’t perform that action at this time.
0 commit comments