Kanarienvarianter auslaufen
// To use LeakCanary, add the leakcanary-android dependency
// to your app’s build.gradle file:
dependencies {
// debugImplementation because LeakCanary should only run in debug builds.
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
}
Hilarious Hornet