mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Disable leak canary for now
This commit is contained in:
parent
bf6094ddf0
commit
dbdb36eb67
1 changed files with 3 additions and 1 deletions
|
|
@ -169,7 +169,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()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue