Add LeakCanary to detect leaks in debug builds

This commit is contained in:
Ammar Githam 2020-09-12 01:56:15 +09:00
parent e560fd364b
commit 93e8e25186
1 changed files with 2 additions and 0 deletions

View File

@ -61,4 +61,6 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-scalars:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.4'
}