Fix build breakage: extra space in ProGuard rule

This commit is contained in:
Colin Lee 2019-04-10 11:56:14 -05:00 committed by Jeff Boek
parent e98db8bfb8
commit 4245f71d93

View File

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