diff options
author | TheScarastic <warabhishek@e.email> | 2022-06-16 18:02:37 +0530 |
---|---|---|
committer | TheScarastic <warabhishek@e.email> | 2022-06-16 18:03:30 +0530 |
commit | cf15469947491ac61cdf857f22cadc21e57c38a7 (patch) | |
tree | 6c736aa4b010d6ee6ee1072e52e1fe595b243aae /app/build.gradle | |
parent | 69f501bcc3fabdcc24cf65d063753ba345425996 (diff) |
advanced-privacy: fix leaks found via leakcanary
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 89559fc..f6fecd2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -135,6 +135,7 @@ dependencies { testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1' } static def log(Object val) { |