Commit 5164cfd3 authored by topjohnwu's avatar topjohnwu

Move butterknife config to full only

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