mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
7 lines
229 B
INI
7 lines
229 B
INI
# 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.**
|