去掉butterknife
This commit is contained in:
@@ -147,6 +147,15 @@ android {
|
||||
v2SigningEnabled true
|
||||
}
|
||||
|
||||
G10ZUserDebug {
|
||||
storeFile file("keystore/G10zUserDebug.keystore")
|
||||
storePassword "123456"
|
||||
keyAlias "G10zUserDebug"
|
||||
keyPassword "123456"
|
||||
v1SigningEnabled true
|
||||
v2SigningEnabled true
|
||||
}
|
||||
|
||||
mtk12 {
|
||||
storeFile file("keystore/mtkAndroid12.keystore")
|
||||
storePassword "123456"
|
||||
@@ -362,19 +371,25 @@ android {
|
||||
buildConfigField "String", "platform", '"MTK11"'
|
||||
}
|
||||
|
||||
zhanruiG10ZUserDebug.initWith(debug)
|
||||
zhanruiG10ZUserDebug {
|
||||
versionNameSuffix "-debug"
|
||||
debuggable true
|
||||
signingConfig signingConfigs.G10ZUserDebug
|
||||
buildConfigField "String", "platform", '"ZR6016"'
|
||||
}
|
||||
|
||||
zhanruiG10ZDebug.initWith(debug)
|
||||
zhanruiG10ZDebug {
|
||||
versionNameSuffix "-debug"
|
||||
debuggable true
|
||||
signingConfig signingConfigs.zhanruiG10Z
|
||||
// signingConfig signingConfigs.zhanRui
|
||||
buildConfigField "String", "platform", '"ZR6016"'
|
||||
}
|
||||
|
||||
zhanruiG10ZRelease.initWith(release)
|
||||
zhanruiG10ZRelease {
|
||||
signingConfig signingConfigs.zhanruiG10Z
|
||||
// signingConfig signingConfigs.zhanRui
|
||||
buildConfigField "String", "platform", '"ZR6016"'
|
||||
}
|
||||
|
||||
@@ -502,9 +517,6 @@ dependencies {
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||
//BindView
|
||||
implementation 'com.jakewharton:butterknife:10.2.3'
|
||||
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
|
||||
|
||||
implementation 'com.squareup.moshi:moshi:1.9.3'
|
||||
//OkHttp
|
||||
|
||||
Reference in New Issue
Block a user