1
0
Fork 0

No Issue - Adds proguard rules for Lifecycle component (#6632)

This is a potential fix for https://bugzilla.mozilla.org/show_bug.cgi?id=1596302
master
Jeff Boek 2019-11-15 17:10:38 -08:00 committed by GitHub
parent 55a200907a
commit ac95510bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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.** { *; }