fix: rm leakcanary

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2023-12-09 19:27:13 +01:00
parent 921af46269
commit 233d2b73a2
1 changed files with 0 additions and 5 deletions

View File

@ -260,9 +260,4 @@ dependencies {
// Colour picker
implementation "com.github.skydoves:colorpicker-compose:1.0.5"
// Debug-only dependencies
// LeakCanary - memory leak detection
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.11'
}