Commit 5164cfd3 authored by topjohnwu's avatar topjohnwu

Move butterknife config to full only

parent 5fa02150
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment