blob: f9e5df87c19dcc7ffb11ec4bb5b956ecc519fb9f (
plain)
1
2
3
4
5
6
7
|
# 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.**
|