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

Commit 4e07e30

Browse files
authored
Seeding Lifecycle.Extensions
This one wasn't getting downloaded and picked up for packaging, so it went missing...
1 parent ff107be commit 4e07e30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuget.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ var blacklistIdPrefix = new List<string> {
103103
};
104104

105105
var seedPackages = new [] {
106+
"Xamarin.Android.Arch.Lifecycle.Extensions",
106107
"Xamarin.Android.Support.Animated.Vector.Drawable",
107108
"Xamarin.Android.Support.Annotations",
108109
"Xamarin.Android.Support.Compat",

0 commit comments

Comments
 (0)