Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit 5f74677

Browse files
committed
Add release leak canary
1 parent 0f20b71 commit 5f74677

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ dependencies {
5858
implementation "com.jakewharton.timber:timber:${versions.timber}"
5959
implementation "com.crashlytics.sdk.android:crashlytics:${versions.crashlytics}"
6060
debugImplementation "com.squareup.leakcanary:leakcanary-android:${versions.leakCanary}"
61+
releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:${versions.leakCanary}"
6162

6263
// Test libraries
6364
testImplementation "junit:junit:${versions.junit}"

0 commit comments

Comments
 (0)