소스 검색

Use LeakCanary in debug mode

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 3 년 전
부모
커밋
4d99f62759
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      build.gradle

+ 2 - 0
build.gradle

@@ -338,6 +338,8 @@ dependencies {
         }
     }
 
+    debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
+
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.13.2'
     testImplementation "org.mockito:mockito-core:$mockitoVersion"