[Add]增加Bugly符号表插件

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-15 10:59:26 +08:00
parent c98edba935
commit cf54d61631
2 changed files with 6 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'com.alibaba.arouter'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'android-aspectjx'
apply plugin: 'bugly'
////apply ByteX宿主
//apply plugin: 'bytex'
//ByteX {
@@ -16,6 +16,10 @@ apply plugin: 'android-aspectjx'
//hooklog{
// enableLoggerToServer true
//}
bugly {
appId = 'ac71228f85' // 注册时分配的App ID
appKey = '3c736249-d6be-4066-b577-b7a6dc975cf7' // 注册时分配的App Key
}
Properties properties = new Properties();
properties.load(project.rootProject.file("gradle.properties").newDataInputStream())

View File

@@ -19,6 +19,7 @@ buildscript {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.31'
classpath "com.alibaba:arouter-register:1.0.9-mogo"
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.4'
classpath 'com.tencent.bugly:symtabfileuploader:latest.release'
// classpath "com.bytedance.android.byteX:base-plugin:0.3.0"
// classpath "com.mogo.cloud:hook:${HOOK_LOG_VERSION}"