[6.2.0][技术优化] 添加主线程卡顿点检测功能
This commit is contained in:
@@ -6,6 +6,7 @@ import java.text.SimpleDateFormat
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
|
||||
apply from: rootProject.file('gradle/bytex/bytex.gradle')
|
||||
|
||||
@@ -214,6 +215,15 @@ dependencies {
|
||||
// releaseImplementation rootProject.ext.dependencies.releaseleakcanary
|
||||
implementation rootProject.ext.dependencies.android_start_up
|
||||
implementation rootProject.ext.dependencies.lancetx_runtime
|
||||
implementation rootProject.ext.dependencies.lancetx_compiler_lib
|
||||
kapt rootProject.ext.dependencies.lancetx_compiler
|
||||
|
||||
annotationProcessor rootProject.ext.dependencies.lancetx_compiler
|
||||
annotationProcessor rootProject.ext.dependencies.google_auto_service
|
||||
kapt rootProject.ext.dependencies.google_auto_service
|
||||
compileOnly rootProject.ext.dependencies.google_auto_service
|
||||
|
||||
|
||||
// implementation rootProject.ext.dependencies.mogocustommap
|
||||
implementation project(':libraries:mapmodule')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user