关闭leakcanary

This commit is contained in:
zlzw 2022-12-05 17:44:49 +08:00
parent 98122c25d8
commit 2a2672587c

View File

@ -230,7 +230,7 @@ dependencies {
annotationProcessor rootProject.ext.dependencies["arouter-compiler"] annotationProcessor rootProject.ext.dependencies["arouter-compiler"]
// implementation rootProject.ext.dependencies["leakcanary"] // implementation rootProject.ext.dependencies["leakcanary"]
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10' //debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
} }