将butterknife插件版本降为8.4.0
如下:
build.gradle如下:
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.jakewharton:butterknife-gradle-plugin:8.4.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
本文介绍如何将Butterknife插件版本从高版本降至8.4.0,并展示了具体的build.gradle文件配置示例。

670

被折叠的 条评论
为什么被折叠?



