Modify: 内存泄漏检测工具

This commit is contained in:
Quyunshuo
2020-08-29 16:52:20 +08:00
parent f9067c3d46
commit bc708aff5d
4 changed files with 5 additions and 4 deletions

View File

@ -69,6 +69,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
debugImplementation GitHub.LeakCanary
if (!BuildConfig.isAppMode) {
implementation project(path: ':Lib_Main')
} else {