mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-01 04:16:24 +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+'
|
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…
Add table
Reference in a new issue