Disable leak canary for now
This commit is contained in:
parent
1d57599b29
commit
9c28189d7a
1 changed files with 3 additions and 1 deletions
|
@ -171,7 +171,9 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
implementation 'org.linphone:linphone-sdk-android:4.5+'
|
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()) {
|
if (firebaseEnabled()) {
|
||||||
|
|
Loading…
Reference in a new issue