Skip to content

Commit

Permalink
Keep AndroidLeakFixes.values()
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Brooks authored and Justin Brooks committed Jan 5, 2021
1 parent f5343ac commit a5d602b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plumber-android/consumer-proguard-rules.pro
@@ -1,2 +1,7 @@
# A ContentProvider that gets created by Android on startup
-keep class leakcanary.internal.PlumberInstaller { <init>(); }
-keep class leakcanary.internal.PlumberInstaller { <init>(); }

# Enum values are referenced reflectively in EnumSet initialization
-keepclassmembers,allowoptimization enum leakcanary.AndroidLeakFixes {
public static **[] values();
}

0 comments on commit a5d602b

Please sign in to comment.