车前引导线 本地调试

This commit is contained in:
lianglihui
2022-01-06 15:06:37 +08:00
parent 542391e225
commit 64d9da5115
4 changed files with 49 additions and 8 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 plugin: 'bugly'
apply plugin: 'apm-plugin'
//apply ByteX宿主
@@ -18,10 +18,10 @@ ByteX {
hooklog{
enableLoggerToServer true
}*/
bugly {
appId = 'ac71228f85' // 注册时分配的App ID
appKey = '3c736249-d6be-4066-b577-b7a6dc975cf7' // 注册时分配的App Key
}
//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())