leak canary release 2.0

This commit is contained in:
王劲鹏 2019-12-02 11:02:58 +08:00
parent a559ba362d
commit 8b34f9ce45

View File

@ -29,5 +29,5 @@ dependencies {
implementation 'com.github.penfeizhou.android.animation:glide-plugin:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-beta-5'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0'
}