mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-28 00:46:24 +02:00
add leak canary to detect memory leaks in debug builds
This commit is contained in:
@@ -136,6 +136,9 @@ dependencies {
|
|||||||
implementation 'com.google.mlkit:language-id:17.0.4'
|
implementation 'com.google.mlkit:language-id:17.0.4'
|
||||||
implementation 'com.google.android.gms:play-services-mlkit-language-id:17.0.0'
|
implementation 'com.google.android.gms:play-services-mlkit-language-id:17.0.0'
|
||||||
|
|
||||||
|
// Automatic memory leak detection
|
||||||
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||||
|
Reference in New Issue
Block a user