标签:class files gradle name oid ace app path 1.0
dependencies {
classpath ‘com.android.tools.build:gradle:2.2.0‘
classpath ‘com.neenbedankt.gradle.plugins:android-apt:1.8‘
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
apply plugin: ‘com.android.application‘
apply plugin: ‘com.neenbedankt.android-apt‘
compile ‘com.jakewharton:butterknife:8.2.1‘
apt ‘com.jakewharton:butterknife-compiler:8.2.1‘
标签:class files gradle name oid ace app path 1.0
原文地址:http://www.cnblogs.com/Peit/p/7227981.html