add leak canary

This commit is contained in:
Daniel Gultsch 2023-02-17 21:48:54 +01:00
parent a1e97461f9
commit 68e9f25da2
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -94,6 +94,8 @@ dependencies {
// Google material design libraries
implementation "com.google.android.material:material:$rootProject.ext.material"
// LeakCanary to detect memory leaks in debug builds
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
// crypto libraries
implementation 'org.whispersystems:signal-protocol-java:2.6.2'