Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a6b3c69b authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #4770 from k9mail/add_leakcanary

Add LeakCanary
parents 4625dfbc 451a2b2d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ dependencies {
    implementation "com.jakewharton.timber:timber:${versions.timber}"
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:${versions.kotlinCoroutines}"

    debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3'

    testImplementation "org.robolectric:robolectric:${versions.robolectric}"
    testImplementation "junit:junit:${versions.junit}"
    testImplementation "com.google.truth:truth:${versions.truth}"