Skip to content

Commit

Permalink
No Issue - Adds proguard rules for Lifecycle component (mozilla-mobil…
Browse files Browse the repository at this point in the history
  • Loading branch information
boek authored and vespertineSiren committed Nov 18, 2019
1 parent 5213e6f commit d6287bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,8 @@
java.lang.String getId();
boolean isLimitAdTrackingEnabled();
}
-keep public class com.android.installreferrer.** { *; }
-keep public class com.android.installreferrer.** { *; }

# Keep Android Lifecycle methods
# https://bugzilla.mozilla.org/show_bug.cgi?id=1596302
-keep class androidx.lifecycle.** { *; }

0 comments on commit d6287bb

Please sign in to comment.