I am trying to compile this project to learn MvvmCross on Xamarin.Android here:
https://github.com/MvvmCross/MvvmCross/tree/develop/TestProjects/Android-Support/Fragments
In one of the files, I'm missing an assembly for the namespace
MvvmCross.Droid.Support.V7.RecyclerView.Grouping;
What nugget package should I download for this?