add plugin info

This commit is contained in:
zhongchao
2021-11-22 17:23:26 +08:00
parent 42e5b094c6
commit 396287c215
2 changed files with 21 additions and 12 deletions

View File

@@ -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

View File

@@ -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