Hi I just migrated to AndroidX from a 1 year old MvvmCross Xamarin project, however, it's complaining like this
'Xamarin.AndroidX.SavedState 1.0.0.2' is not compatible with 'Xamarin.AndroidX.Activity 1.1.0.4 constraint: Xamarin.AndroidX.SavedState (>= 1.1.0.3-alpha01)
Hi I just resolved this issue by following the name changes log from these websites, https://www.mvvmcross.com/mvvmcross-7.0.0-release/#type-and-namespace-changes https://learn.microsoft.com/en-us/xamarin/android/platform/androidx
Now I can update the MvvmCross package successfully