黄油刀Butterknife 最新配置
2017-07-25 本文已影响0人
菜鸟考官
2017年7月25日 19:18:01
github地址: https://github.com/JakeWharton/butterknife
Download
dependencies {
compile 'com.jakewharton:butterknife:8.7.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
}
Library projects
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.jakewharton:butterknife-gradle-plugin:8.7.0'
}
}