1
0
Fork 0

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

proguard

Co-Authored-By: sblatz <sdblatz@gmail.com>
master
Jeff Boek 2019-07-08 12:29:51 -07:00 committed by Colin Lee
parent 15d887e41f
commit fa2c87b323
1 changed files with 4 additions and 0 deletions

View File

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