#1212 re-enable leakcanary

This commit is contained in:
Sean Mac Gillicuddy 2019-08-09 13:01:33 +01:00
parent fdc3fd4541
commit b3e5a46ae7

View File

@ -123,7 +123,7 @@ dependencies {
implementation "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
// Leak canary
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-alpha-2'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-alpha-2'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"