Move butterknife config to full only

This commit is contained in:
topjohnwu 2018-08-08 23:09:29 +08:00
parent 5fa021503e
commit 5164cfd399

View File

@ -8,11 +8,6 @@ android {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion rootProject.ext.compileSdkVersion
javaCompileOptions {
annotationProcessorOptions {
argument('butterknife.debuggable', 'false')
}
}
}
buildTypes {
@ -29,6 +24,11 @@ android {
full {
versionCode 132
versionName "5.8.3"
javaCompileOptions {
annotationProcessorOptions {
argument('butterknife.debuggable', 'false')
}
}
}
stub {
versionCode 1