For #2094 - Keep motionlayout internals from being optimized away by (#3937)

proguard

Co-Authored-By: sblatz <sdblatz@gmail.com>
nightly-build-test
Jeff Boek 5 years ago committed by Colin Lee
parent 15d887e41f
commit fa2c87b323

@ -83,3 +83,7 @@
# Keep methods that are called by MotionLayout
-keep class org.mozilla.fenix.home.SearchView { *; }
# Keep motionlayout internal methods
# https://github.com/mozilla-mobile/fenix/issues/2094
-keep class androidx.constraintlayout.** { *; }

Loading…
Cancel
Save