diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 56243ecb5..fc839156f 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -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 { *; } \ No newline at end of file