From df42c42fcd4c4532ca7c50555cc5d3729a2e9496 Mon Sep 17 00:00:00 2001 From: Redth Date: Thu, 6 Apr 2017 16:33:54 -0400 Subject: [PATCH] Make everything depened on Annotations This is the new unifying package which all others depend on in support so that there are no javac errors during app compile due to missing referenced annotations. This also acts as a version locking unification package for all of support libs, so it should no longer be possible to get versions out of sync (eg: previously you could install a different version of CardView). --- .../nuget/Xamarin.Android.Support.Dynamic.Animation.nuspec | 2 ++ exifinterface/nuget/Xamarin.Android.Support.Exif.nuspec | 2 ++ support-compat/nuget/Xamarin.Android.Support.Compat.nuspec | 2 ++ v7-cardview/nuget/Xamarin.Android.Support.v7.CardView.nuspec | 2 ++ 4 files changed, 8 insertions(+) diff --git a/dynamic-animation/nuget/Xamarin.Android.Support.Dynamic.Animation.nuspec b/dynamic-animation/nuget/Xamarin.Android.Support.Dynamic.Animation.nuspec index 94bd589..0d49185 100644 --- a/dynamic-animation/nuget/Xamarin.Android.Support.Dynamic.Animation.nuspec +++ b/dynamic-animation/nuget/Xamarin.Android.Support.Dynamic.Animation.nuspec @@ -15,6 +15,8 @@ + + diff --git a/exifinterface/nuget/Xamarin.Android.Support.Exif.nuspec b/exifinterface/nuget/Xamarin.Android.Support.Exif.nuspec index 7a4ec88..49879a0 100644 --- a/exifinterface/nuget/Xamarin.Android.Support.Exif.nuspec +++ b/exifinterface/nuget/Xamarin.Android.Support.Exif.nuspec @@ -15,6 +15,8 @@ + + diff --git a/support-compat/nuget/Xamarin.Android.Support.Compat.nuspec b/support-compat/nuget/Xamarin.Android.Support.Compat.nuspec index 6f376a8..4f253e2 100644 --- a/support-compat/nuget/Xamarin.Android.Support.Compat.nuspec +++ b/support-compat/nuget/Xamarin.Android.Support.Compat.nuspec @@ -15,6 +15,8 @@ + + diff --git a/v7-cardview/nuget/Xamarin.Android.Support.v7.CardView.nuspec b/v7-cardview/nuget/Xamarin.Android.Support.v7.CardView.nuspec index 5053441..529933f 100644 --- a/v7-cardview/nuget/Xamarin.Android.Support.v7.CardView.nuspec +++ b/v7-cardview/nuget/Xamarin.Android.Support.v7.CardView.nuspec @@ -15,6 +15,8 @@ + +