Disable leak canary for now

This commit is contained in:
Sylvain Berfini 2020-09-09 15:05:38 +02:00
parent 1d57599b29
commit 9c28189d7a

View file

@ -171,7 +171,9 @@ dependencies {
}
implementation 'org.linphone:linphone-sdk-android:4.5+'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.4'
// Only enable leak canary prior to release
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.4'
}
if (firebaseEnabled()) {