MvvmCross / MvvmCross-AndroidSupport

Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
http://mvvmcross.com
15 stars 0 forks source link

Preferences has multiple dependencies which shouldn't be required #187

Closed vvolkgang closed 8 years ago

vvolkgang commented 8 years ago

MvvmCross.Droid.Support.V14.Preference currently depends on multiple libs which might not be required. Namely:

example

Dexyon commented 8 years ago

You mean our own MvvmCross libraries? Or the Xamarin libraries. When you look at NuGet V14 Pref requires the following: Dependencies

Xamarin.Android.Support.v4 (= 23.1.1) Xamarin.Android.Support.v7.RecyclerView (= 23.1.1) Xamarin.Android.Support.v7.AppCompat (= 23.1.1) Xamarin.Android.Support.v7.Preference (= 23.1.1)

martijn00 commented 8 years ago

Fixed by: https://github.com/MvvmCross/MvvmCross-AndroidSupport/commit/1a6a952b830f70fa453f078bea38fb7de4541699