[fenix] Fix build breakage: extra space in ProGuard rule

pull/600/head
Colin Lee 5 years ago committed by Jeff Boek
parent b42256fb23
commit 1b34bb137a

@ -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