新增 auto.setFlags("useShell"),可以使用shell获取当前活动和当前包名,更加准确
This commit is contained in:
@@ -64,10 +64,19 @@ android {
|
||||
productFlavors {
|
||||
common {
|
||||
buildConfigField "String", "CHANNEL", '"common"'
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a"
|
||||
}
|
||||
}
|
||||
coolapk {
|
||||
buildConfigField "String", "CHANNEL", '"coolapk"'
|
||||
}
|
||||
x86 {
|
||||
buildConfigField "String", "CHANNEL", '"common"'
|
||||
ndk {
|
||||
abiFilters "x86"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user