mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Add LeakCanary to session demo app debug builds
This helps to detect accidental service/activity leaks. PiperOrigin-RevId: 529391523
This commit is contained in:
parent
0f398d511d
commit
804b57ea7b
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// For detecting and debugging leaks only. LeakCanary is not needed for demo app to work.
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
|
||||
implementation 'androidx.core:core-ktx:' + androidxCoreVersion
|
||||
implementation 'androidx.appcompat:appcompat:' + androidxAppCompatVersion
|
||||
implementation 'androidx.multidex:multidex:' + androidxMultidexVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue