mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-02-14 07:55:29 +01:00
add leak canary
This commit is contained in:
parent
569eb8f731
commit
7171d11e86
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue