feat: add memory leak detector for debug

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-06-12 17:39:05 +02:00
parent 29f79e6e37
commit b4f468132a
1 changed files with 5 additions and 0 deletions

View File

@ -195,6 +195,11 @@ dependencies {
implementation "androidx.media3:media3-exoplayer-hls:$media3_version"
implementation "androidx.media3:media3-datasource-okhttp:$media3_version"
implementation "androidx.media3:media3-ui:$media3_version"
// Debug-only dependencies
// LeakCanary - memory leak detection
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.11'
}
kapt {