1# AndroidXFragmentDestroyWatcher is loaded via reflection
2-keep class leakcanary.internal.AndroidXFragmentDestroyWatcher { *; }
3# ViewModelClearedWatcher reaches into ViewModelStore using reflection.
4-keep class androidx.lifecycle.ViewModelStore { *; }
5