Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit c6031fc

Browse files
authored
Added missing new packages to nuget pack
1 parent ac5bf5c commit c6031fc

File tree

1 file changed

+31
-9
lines changed

1 file changed

+31
-9
lines changed

nuget.cake

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,32 +103,50 @@ var blacklistIdPrefix = new List<string> {
103103
};
104104

105105
var seedPackages = new [] {
106+
"Xamarin.Android.Arch.Core.Common",
107+
"Xamarin.Android.Arch.Core.Runtime",
108+
"Xamarin.Android.Arch.Lifecycle.Common",
106109
"Xamarin.Android.Arch.Lifecycle.Extensions",
110+
"Xamarin.Android.Arch.Lifecycle.LiveData",
111+
"Xamarin.Android.Arch.Lifecycle.LiveData.Core",
112+
"Xamarin.Android.Arch.Lifecycle.Runtime",
113+
"Xamarin.Android.Arch.Lifecycle.ViewModel",
107114
"Xamarin.Android.Support.Animated.Vector.Drawable",
108115
"Xamarin.Android.Support.Annotations",
116+
"Xamarin.Android.Support.AsyncLayoutInflater",
117+
"Xamarin.Android.Support.Collections",
109118
"Xamarin.Android.Support.Compat",
110-
// "Xamarin.Android.Support.Constraint.Layout",
111-
// "Xamarin.Android.Support.Constraint.Layout.Solver",
112-
//"Xamarin.Android.Support.Content",
119+
"Xamarin.Android.Support.CoordinatorLayout",
113120
"Xamarin.Android.Support.Core.UI",
114121
"Xamarin.Android.Support.Core.Utils",
122+
"Xamarin.Android.Support.CursorAdapter",
115123
"Xamarin.Android.Support.CustomTabs",
124+
"Xamarin.Android.Support.CustomView",
116125
"Xamarin.Android.Support.Design",
126+
"Xamarin.Android.Support.DocumentFile",
127+
"Xamarin.Android.Support.DrawerLayout",
117128
"Xamarin.Android.Support.Dynamic.Animation",
118129
"Xamarin.Android.Support.Emoji",
119130
"Xamarin.Android.Support.Emoji.AppCompat",
120131
"Xamarin.Android.Support.Emoji.Bundled",
121132
"Xamarin.Android.Support.Exif",
122133
"Xamarin.Android.Support.Fragment",
123-
//"Xamarin.Android.Support.InstantVideo",
134+
"Xamarin.Android.Support.HeifWriter",
135+
"Xamarin.Android.Support.Interpolator",
136+
"Xamarin.Android.Support.Loader",
137+
"Xamarin.Android.Support.LocalBroadcastManager",
124138
"Xamarin.Android.Support.Media.Compat",
125139
"Xamarin.Android.Support.Percent",
140+
"Xamarin.Android.Support.Print",
126141
"Xamarin.Android.Support.Recommendation",
127-
"Xamarin.Android.Support.TV.Provider",
142+
"Xamarin.Android.Support.RecyclerView.Selection",
143+
"Xamarin.Android.Support.Slices.Builders",
144+
"Xamarin.Android.Support.Slices.Core",
145+
"Xamarin.Android.Support.Slices.View",
146+
"Xamarin.Android.Support.SlidingPaneLayout",
147+
"Xamarin.Android.Support.SwipeRefreshLayout",
128148
"Xamarin.Android.Support.Transition",
129-
"Xamarin.Android.Support.Vector.Drawable",
130-
"Xamarin.Android.Support.Wear",
131-
//"Xamarin.Android.Support.Wearable",
149+
"Xamarin.Android.Support.TV.Provider",
132150
"Xamarin.Android.Support.v13",
133151
"Xamarin.Android.Support.v14.Preference",
134152
"Xamarin.Android.Support.v17.Leanback",
@@ -141,7 +159,11 @@ var seedPackages = new [] {
141159
"Xamarin.Android.Support.v7.Palette",
142160
"Xamarin.Android.Support.v7.Preference",
143161
"Xamarin.Android.Support.v7.RecyclerView",
144-
//"Xamarin.Android.Support.v8.RenderScript",
162+
"Xamarin.Android.Support.Vector.Drawable",
163+
"Xamarin.Android.Support.VersionedParcelable",
164+
"Xamarin.Android.Support.ViewPager",
165+
"Xamarin.Android.Support.Wear",
166+
"Xamarin.Android.Support.WebKit"
145167
};
146168

147169
bool IsBlacklisted(string id)

0 commit comments

Comments
 (0)