1
0
Fork 0

No Issue - Adds some proguard clauses

master
Jeff Boek 2019-04-10 08:06:21 -07:00
parent 9e3e3c8b6d
commit e6044e56ad
1 changed files with 6 additions and 0 deletions

View File

@ -72,3 +72,9 @@
-keep class android.os.LocaleList {
java.util.Locale get(int);
}
# Keep code generated from Glean Metrics
-keep org.mozilla.fenix.GleanMetrics. ** { *; }
# Keep methods that are called by MotionLayout
-keep org.mozilla.fenix.home.SearchView { *; }