android: remove leakcanary

This commit is contained in:
pengfei.zhou
2021-11-24 14:40:57 +08:00
committed by osborn
parent d24e0ecff6
commit 7792bcafc0
3 changed files with 3 additions and 3 deletions

View File

@@ -55,5 +55,5 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
}