beraybentesen / glide-xamarin-android

Glide Xamarin Binding
https://www.nuget.org/packages/Glide.Xamarin/
61 stars 14 forks source link

MonoAndroid 7.0 as target for version 4.0.0 and above. #14

Open jzeferino opened 7 years ago

jzeferino commented 7 years ago

When using the version 4.0.0 and above, the minimum target must be MonoAndroid 7.0. Since:

Xamarin.Android.Support.Annotations (>= 25.4.0.2)
Xamarin.Android.Support.v4 (>= 25.4.0.2)

Can you lower the above dependencies so that Glide could be used when targeting MonoAndroid 6.0 for example?