Fix build breakage: extra space in ProGuard rule

nightly-build-test
Colin Lee 5 years ago committed by Jeff Boek
parent e98db8bfb8
commit 4245f71d93

@ -74,7 +74,7 @@
}
# Keep code generated from Glean Metrics
-keep org.mozilla.fenix.GleanMetrics. ** { *; }
-keep org.mozilla.fenix.GleanMetrics.** { *; }
# Keep methods that are called by MotionLayout
-keep org.mozilla.fenix.home.SearchView { *; }
-keep org.mozilla.fenix.home.SearchView { *; }

Loading…
Cancel
Save