mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-20 09:08:28 +00:00
Move butterknife config to full only
This commit is contained in:
parent
5fa021503e
commit
5164cfd399
@ -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 {
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user