Skip to content

Commit f745466

Browse files
committed
添加apt环境
1 parent f9bdeee commit f745466

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.2'
8+
classpath 'com.android.tools.build:gradle:2.2.2'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
12+
13+
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
1214
}
1315
}
1416

0 commit comments

Comments
 (0)