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

Commit a0dbe6d

Browse files
committed
Fixes vector drawable sample
The component manifest was removing some references and not adding the required packages in, resulting in missing references in the built sample in the component.
1 parent 3666d63 commit a0dbe6d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vector-drawable/component/component.template.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,21 @@ samples:
1919
path: ../samples/VectorDrawableSample.sln
2020
removeProjects:
2121
- Compat
22+
- Core-UI
23+
- Core-Utils
24+
- Fragment
25+
- Media-Compat
2226
- V7-AppCompat
2327
- Vector-Drawable
2428
- Animated-Vector-Drawable
2529
installNuGets:
2630
- project: VectorDrawableSample
2731
packages:
2832
- Xamarin.Android.Support.Compat
33+
- Xamarin.Android.Support.Core.UI
34+
- Xamarin.Android.Support.Core.Utils
35+
- Xamarin.Android.Support.Fragment
36+
- Xamarin.Android.Support.Media.Compat
2937
- Xamarin.Android.Support.v7.AppCompat
3038
- Xamarin.Android.Support.Vector.Drawable
3139
- Xamarin.Android.Support.Animated.Vector.Drawable

0 commit comments

Comments
 (0)