1
0
Fork 0

Fix build breakage: extra space in ProGuard rule

master
Colin Lee 2019-04-10 11:56:14 -05:00 committed by Jeff Boek
parent e98db8bfb8
commit 4245f71d93
1 changed files with 2 additions and 2 deletions

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