summaryrefslogtreecommitdiffstats
path: root/mobile/android/config/proguard/leakcanary-keeps.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/config/proguard/leakcanary-keeps.cfg')
-rw-r--r--mobile/android/config/proguard/leakcanary-keeps.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/mobile/android/config/proguard/leakcanary-keeps.cfg b/mobile/android/config/proguard/leakcanary-keeps.cfg
deleted file mode 100644
index f9e5df87c..000000000
--- a/mobile/android/config/proguard/leakcanary-keeps.cfg
+++ /dev/null
@@ -1,7 +0,0 @@
-# LeakCanary
--keep class org.eclipse.mat.** { *; }
--keep class com.squareup.leakcanary.** { *; }
--keep class com.squareup.haha.** { *; }
-
-# With LeakCanary 1.4-beta1 this creates a pile of warnings
--dontwarn com.squareup.haha.**