Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
No Issue - Adds proguard rules for Lifecycle component
Browse files Browse the repository at this point in the history
  • Loading branch information
boek committed Nov 15, 2019
1 parent 7173bdf commit 0032769
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/proguard-rules.pro
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 0032769

Please sign in to comment.