add plugin info
This commit is contained in:
@@ -5,17 +5,26 @@ apply plugin: 'kotlin-android-extensions'
|
||||
apply plugin: 'android-aspectjx'
|
||||
apply plugin: 'bugly'
|
||||
//apply ByteX宿主
|
||||
apply plugin: 'bytex'
|
||||
ByteX {
|
||||
enable true
|
||||
enableInDebug true
|
||||
logLevel "DEBUG"
|
||||
}
|
||||
|
||||
apply plugin: 'chain.log.hook'
|
||||
hooklog{
|
||||
enableLoggerToServer true
|
||||
}
|
||||
//apply plugin: 'bytex'
|
||||
//ByteX {
|
||||
// enable true
|
||||
// enableInDebug true
|
||||
// logLevel "DEBUG"
|
||||
//}
|
||||
//
|
||||
//apply plugin: 'chain.log.hook'
|
||||
//hooklog{
|
||||
// enableLoggerToServer true
|
||||
// whiteList = [
|
||||
// "android*",
|
||||
// "kotlin*",
|
||||
// "java*",
|
||||
// "*/R\$+",
|
||||
// "*com/android/tools/*",
|
||||
// "android/support/design/*",
|
||||
// "android.support.design/"
|
||||
// ]
|
||||
//}
|
||||
bugly {
|
||||
appId = 'ac71228f85' // 注册时分配的App ID
|
||||
appKey = '3c736249-d6be-4066-b577-b7a6dc975cf7' // 注册时分配的App Key
|
||||
|
||||
@@ -56,7 +56,7 @@ bytex.forbidUseLenientMutationDuringGetArtifact=true
|
||||
bytex.verifyProguardConfigurationChanged=false
|
||||
bytex.ASM_API=ASM7
|
||||
|
||||
HOOK_LOG_VERSION=1.4.67
|
||||
HOOK_LOG_VERSION=1.4.71
|
||||
SERVICE_CHAIN_VERSION=1.0.23
|
||||
################ 外部依赖引用 ################
|
||||
# loglib
|
||||
|
||||
Reference in New Issue
Block a user