diff --git a/Sample/.vs/GMapUtilityDemo/v15/Server/sqlite3/db.lock b/Sample/.vs/GMapUtilityDemo/v15/Server/sqlite3/db.lock
new file mode 100644
index 0000000..e69de29
diff --git a/Sample/.vs/GMapUtilityDemo/v15/Server/sqlite3/storage.ide b/Sample/.vs/GMapUtilityDemo/v15/Server/sqlite3/storage.ide
new file mode 100644
index 0000000..3a2ca31
Binary files /dev/null and b/Sample/.vs/GMapUtilityDemo/v15/Server/sqlite3/storage.ide differ
diff --git a/Sample/GMapUtilityDemo.sln b/Sample/GMapUtilityDemo.sln
new file mode 100644
index 0000000..85561a3
--- /dev/null
+++ b/Sample/GMapUtilityDemo.sln
@@ -0,0 +1,27 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.27004.2009
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GMapUtilityDemo", "GMapUtilityDemo\GMapUtilityDemo.csproj", "{8256F46C-1C7F-4596-8542-04848532D0DC}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {8256F46C-1C7F-4596-8542-04848532D0DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8256F46C-1C7F-4596-8542-04848532D0DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8256F46C-1C7F-4596-8542-04848532D0DC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {8256F46C-1C7F-4596-8542-04848532D0DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8256F46C-1C7F-4596-8542-04848532D0DC}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8256F46C-1C7F-4596-8542-04848532D0DC}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {52215C4E-383F-4529-B6F6-38690C2473AA}
+ EndGlobalSection
+EndGlobal
diff --git a/Sample/GMapUtilityDemo/Assets/AboutAssets.txt b/Sample/GMapUtilityDemo/Assets/AboutAssets.txt
new file mode 100644
index 0000000..ee39886
--- /dev/null
+++ b/Sample/GMapUtilityDemo/Assets/AboutAssets.txt
@@ -0,0 +1,19 @@
+Any raw assets you want to be deployed with your application can be placed in
+this directory (and child directories) and given a Build Action of "AndroidAsset".
+
+These files will be deployed with you package and will be accessible using Android's
+AssetManager, like this:
+
+public class ReadAsset : Activity
+{
+ protected override void OnCreate (Bundle bundle)
+ {
+ base.OnCreate (bundle);
+
+ InputStream input = Assets.Open ("my_asset.txt");
+ }
+}
+
+Additionally, some Android functions will automatically load asset files:
+
+Typeface tf = Typeface.CreateFromAsset (Context.Assets, "fonts/samplefont.ttf");
\ No newline at end of file
diff --git a/Sample/GMapUtilityDemo/ClusterItem.cs b/Sample/GMapUtilityDemo/ClusterItem.cs
new file mode 100644
index 0000000..7fa4a21
--- /dev/null
+++ b/Sample/GMapUtilityDemo/ClusterItem.cs
@@ -0,0 +1,41 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+using Android.App;
+using Android.Content;
+using Android.Gms.Maps.Model;
+using Android.OS;
+using Android.Runtime;
+using Android.Views;
+using Android.Widget;
+using Com.Google.Maps.Android.Clustering;
+
+namespace GMapUtilityDemo
+{
+ public class ClusterItem : Java.Lang.Object, IClusterItem
+ {
+ public ClusterItem(Tree tree)
+ {
+ Tree = tree;
+ Position = new LatLng(tree.Lat, tree.Lon);
+ Title = tree.Name;
+ Snippet = tree.Description;
+ }
+
+ public ClusterItem(IntPtr handle, Android.Runtime.JniHandleOwnership transfer)
+ : base(handle, transfer)
+ {
+
+ }
+
+ public LatLng Position { get; set; }
+
+ public string Snippet { get; set; }
+
+ public string Title { get; set; }
+
+ public Tree Tree { get; set; }
+ }
+}
\ No newline at end of file
diff --git a/Sample/GMapUtilityDemo/GMapUtilityDemo.csproj b/Sample/GMapUtilityDemo/GMapUtilityDemo.csproj
new file mode 100644
index 0000000..480898a
--- /dev/null
+++ b/Sample/GMapUtilityDemo/GMapUtilityDemo.csproj
@@ -0,0 +1,173 @@
+
+
+
+
+ Debug
+ AnyCPU
+ 8.0.30703
+ 2.0
+ {8256F46C-1C7F-4596-8542-04848532D0DC}
+ {EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ Library
+ Properties
+ GMapUtilityDemo
+ GMapUtilityDemo
+ 512
+ True
+ Resources\Resource.Designer.cs
+ Resource
+ Off
+ True
+ v8.0
+ Properties\AndroidManifest.xml
+ Resources
+ Assets
+
+
+
+
+ True
+ Full
+ False
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+ True
+ None
+ False
+ false
+ false
+ false
+
+
+ True
+ PdbOnly
+ True
+ bin\Release\
+ TRACE
+ prompt
+ 4
+ true
+ False
+ SdkOnly
+ True
+
+
+
+ ..\packages\Xamarin.Android.Maps.Utils.0.5.0\lib\MonoAndroid10\GoogleMapsUtilityBinding.dll
+
+
+
+
+
+
+ ..\packages\Xamarin.Android.Arch.Core.Common.1.0.0\lib\MonoAndroid80\Xamarin.Android.Arch.Core.Common.dll
+
+
+ ..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.0.1\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Common.dll
+
+
+ ..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Runtime.dll
+
+
+ ..\packages\Xamarin.Android.Support.Annotations.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Annotations.dll
+
+
+ ..\packages\Xamarin.Android.Support.Compat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Compat.dll
+
+
+ ..\packages\Xamarin.Android.Support.Core.UI.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Core.UI.dll
+
+
+ ..\packages\Xamarin.Android.Support.Core.Utils.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Core.Utils.dll
+
+
+ ..\packages\Xamarin.Android.Support.Fragment.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Fragment.dll
+
+
+ ..\packages\Xamarin.Android.Support.Media.Compat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Media.Compat.dll
+
+
+ ..\packages\Xamarin.GooglePlayServices.Base.60.1142.0\lib\MonoAndroid80\Xamarin.GooglePlayServices.Base.dll
+
+
+ ..\packages\Xamarin.GooglePlayServices.Basement.60.1142.0\lib\MonoAndroid80\Xamarin.GooglePlayServices.Basement.dll
+
+
+ ..\packages\Xamarin.GooglePlayServices.Maps.60.1142.0\lib\MonoAndroid80\Xamarin.GooglePlayServices.Maps.dll
+
+
+ ..\packages\Xamarin.GooglePlayServices.Tasks.60.1142.0\lib\MonoAndroid80\Xamarin.GooglePlayServices.Tasks.dll
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Designer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sample/GMapUtilityDemo/MainActivity.cs b/Sample/GMapUtilityDemo/MainActivity.cs
new file mode 100644
index 0000000..a709560
--- /dev/null
+++ b/Sample/GMapUtilityDemo/MainActivity.cs
@@ -0,0 +1,71 @@
+using Android.App;
+using Android.OS;
+using Android.Gms.Maps;
+using Com.Google.Maps.Android.Clustering;
+
+namespace GMapUtilityDemo
+{
+ [Activity(Label = "GoogleMapUtilityDemo", MainLauncher = true)]
+ public class MainActivity : Activity, IOnMapReadyCallback
+ {
+ private GoogleMap _map;
+ private ClusterManager _clusterManager;
+
+
+ protected override void OnCreate(Bundle savedInstanceState)
+ {
+ base.OnCreate(savedInstanceState);
+
+ SetContentView(Resource.Layout.Map);
+
+ MapFragment mapFragment = (MapFragment)FragmentManager.FindFragmentById(Resource.Id.map);
+ mapFragment.GetMapAsync(this);
+ }
+
+
+ ///
+ /// Called when map is ready.
+ ///
+ /// The google map.
+ public void OnMapReady(GoogleMap googleMap)
+ {
+ _map = googleMap;
+
+ if (_map != null)
+ {
+ // Initializing and setting up the ClusterManager and calling AddClusterItem method.
+ _clusterManager = new ClusterManager(this, _map);
+ _map.SetOnCameraIdleListener(_clusterManager);
+ _map.SetOnMarkerClickListener(_clusterManager);
+
+ AddClusterItems();
+ }
+ }
+
+
+ ///
+ /// Adds the cluster item to the ClusterManager.
+ /// Example method from: https://developers.google.com/maps/documentation/android-api/utility/marker-clustering
+ ///
+ private void AddClusterItems()
+ {
+ // Set some lat/lng coordinates to start with.
+ double lat = 51.5145160;
+ double lng = -0.1270060;
+
+ // Add ten cluster items in close proximity, for purposes of this example.
+ for (int i = 0; i < 10; i++)
+ {
+ double offset = i / 60d;
+ lat = lat + offset;
+ lng = lng + offset;
+
+ Tree tree = new Tree("Tree", lat, lng, "This is tree");
+
+ _clusterManager.AddItem(new ClusterItem(tree));
+ }
+ }
+ }
+
+}
+
diff --git a/Sample/GMapUtilityDemo/Properties/AndroidManifest.xml b/Sample/GMapUtilityDemo/Properties/AndroidManifest.xml
new file mode 100644
index 0000000..cb229cd
--- /dev/null
+++ b/Sample/GMapUtilityDemo/Properties/AndroidManifest.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sample/GMapUtilityDemo/Properties/AssemblyInfo.cs b/Sample/GMapUtilityDemo/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..c0f5765
--- /dev/null
+++ b/Sample/GMapUtilityDemo/Properties/AssemblyInfo.cs
@@ -0,0 +1,30 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+using Android.App;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("GMapUtilityDemo")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("GMapUtilityDemo")]
+[assembly: AssemblyCopyright("Copyright © 2017")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+[assembly: ComVisible(false)]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Sample/GMapUtilityDemo/Resources/AboutResources.txt b/Sample/GMapUtilityDemo/Resources/AboutResources.txt
new file mode 100644
index 0000000..c2bca97
--- /dev/null
+++ b/Sample/GMapUtilityDemo/Resources/AboutResources.txt
@@ -0,0 +1,44 @@
+Images, layout descriptions, binary blobs and string dictionaries can be included
+in your application as resource files. Various Android APIs are designed to
+operate on the resource IDs instead of dealing with images, strings or binary blobs
+directly.
+
+For example, a sample Android app that contains a user interface layout (main.axml),
+an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png)
+would keep its resources in the "Resources" directory of the application:
+
+Resources/
+ drawable/
+ icon.png
+
+ layout/
+ main.axml
+
+ values/
+ strings.xml
+
+In order to get the build system to recognize Android resources, set the build action to
+"AndroidResource". The native Android APIs do not operate directly with filenames, but
+instead operate on resource IDs. When you compile an Android application that uses resources,
+the build system will package the resources for distribution and generate a class called "R"
+(this is an Android convention) that contains the tokens for each one of the resources
+included. For example, for the above Resources layout, this is what the R class would expose:
+
+public class R {
+ public class drawable {
+ public const int icon = 0x123;
+ }
+
+ public class layout {
+ public const int main = 0x456;
+ }
+
+ public class strings {
+ public const int first_string = 0xabc;
+ public const int second_string = 0xbcd;
+ }
+}
+
+You would then use R.drawable.icon to reference the drawable/icon.png file, or R.layout.main
+to reference the layout/main.axml file, or R.strings.first_string to reference the first
+string in the dictionary file values/strings.xml.
\ No newline at end of file
diff --git a/Sample/GMapUtilityDemo/Resources/layout/Map.axml b/Sample/GMapUtilityDemo/Resources/layout/Map.axml
new file mode 100644
index 0000000..23772bb
--- /dev/null
+++ b/Sample/GMapUtilityDemo/Resources/layout/Map.axml
@@ -0,0 +1,6 @@
+
+
\ No newline at end of file
diff --git a/Sample/GMapUtilityDemo/Resources/values/Strings.xml b/Sample/GMapUtilityDemo/Resources/values/Strings.xml
new file mode 100644
index 0000000..c764426
--- /dev/null
+++ b/Sample/GMapUtilityDemo/Resources/values/Strings.xml
@@ -0,0 +1,4 @@
+
+
+ GMapUtilityDemo
+
\ No newline at end of file
diff --git a/Sample/GMapUtilityDemo/Tree.cs b/Sample/GMapUtilityDemo/Tree.cs
new file mode 100644
index 0000000..f9588e2
--- /dev/null
+++ b/Sample/GMapUtilityDemo/Tree.cs
@@ -0,0 +1,18 @@
+namespace GMapUtilityDemo
+{
+ public class Tree
+ {
+ public Tree(string name, double lat, double lon, string description)
+ {
+ Name = name;
+ Lat = lat;
+ Lon = lon;
+ Description = description;
+ }
+
+ public string Name { get; set; }
+ public double Lat { get; set; }
+ public double Lon { get; set; }
+ public string Description { get; set; }
+ }
+}
\ No newline at end of file
diff --git a/Sample/GMapUtilityDemo/packages.config b/Sample/GMapUtilityDemo/packages.config
new file mode 100644
index 0000000..d83adf5
--- /dev/null
+++ b/Sample/GMapUtilityDemo/packages.config
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sample/Screenshots/1.jpg b/Sample/Screenshots/1.jpg
new file mode 100644
index 0000000..34ebada
Binary files /dev/null and b/Sample/Screenshots/1.jpg differ
diff --git a/Sample/Screenshots/2.jpg b/Sample/Screenshots/2.jpg
new file mode 100644
index 0000000..97195dd
Binary files /dev/null and b/Sample/Screenshots/2.jpg differ
diff --git a/Sample/Screenshots/3.jpg b/Sample/Screenshots/3.jpg
new file mode 100644
index 0000000..827d2ec
Binary files /dev/null and b/Sample/Screenshots/3.jpg differ
diff --git a/Sample/packages/Xamarin.Android.Arch.Core.Common.1.0.0/THIRD-PARTY-NOTICES.txt b/Sample/packages/Xamarin.Android.Arch.Core.Common.1.0.0/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..9244524
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Arch.Core.Common.1.0.0/THIRD-PARTY-NOTICES.txt
@@ -0,0 +1,219 @@
+THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
+Do not translate or localize
+
+Xamarin Components for Google's Android Support libraries incorporates
+third party material from the projects listed below. The original copyright
+notice and the license under which Microsoft received such third party
+material are set forth below. Microsoft reserves all other rights not
+expressly granted, whether by implication, estoppel or otherwise.
+
+#########################################################
+# Google Android Support libraries and Constraint Layout
+# https://maven.google.com/
+#########################################################
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+########################################
+# END - Google Android Support libraries
+########################################
diff --git a/Sample/packages/Xamarin.Android.Arch.Core.Common.1.0.0/build/MonoAndroid80/Xamarin.Android.Arch.Core.Common.targets b/Sample/packages/Xamarin.Android.Arch.Core.Common.1.0.0/build/MonoAndroid80/Xamarin.Android.Arch.Core.Common.targets
new file mode 100644
index 0000000..9b66137
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Arch.Core.Common.1.0.0/build/MonoAndroid80/Xamarin.Android.Arch.Core.Common.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Android.Arch.Core.Common.1.0.0/lib/MonoAndroid80/Xamarin.Android.Arch.Core.Common.dll b/Sample/packages/Xamarin.Android.Arch.Core.Common.1.0.0/lib/MonoAndroid80/Xamarin.Android.Arch.Core.Common.dll
new file mode 100644
index 0000000..426cf8d
Binary files /dev/null and b/Sample/packages/Xamarin.Android.Arch.Core.Common.1.0.0/lib/MonoAndroid80/Xamarin.Android.Arch.Core.Common.dll differ
diff --git a/Sample/packages/Xamarin.Android.Arch.Lifecycle.Common.1.0.1/THIRD-PARTY-NOTICES.txt b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Common.1.0.1/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..9244524
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Common.1.0.1/THIRD-PARTY-NOTICES.txt
@@ -0,0 +1,219 @@
+THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
+Do not translate or localize
+
+Xamarin Components for Google's Android Support libraries incorporates
+third party material from the projects listed below. The original copyright
+notice and the license under which Microsoft received such third party
+material are set forth below. Microsoft reserves all other rights not
+expressly granted, whether by implication, estoppel or otherwise.
+
+#########################################################
+# Google Android Support libraries and Constraint Layout
+# https://maven.google.com/
+#########################################################
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+########################################
+# END - Google Android Support libraries
+########################################
diff --git a/Sample/packages/Xamarin.Android.Arch.Lifecycle.Common.1.0.1/build/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.targets b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Common.1.0.1/build/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.targets
new file mode 100644
index 0000000..9b66137
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Common.1.0.1/build/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Android.Arch.Lifecycle.Common.1.0.1/lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.dll b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Common.1.0.1/lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.dll
new file mode 100644
index 0000000..4342db3
Binary files /dev/null and b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Common.1.0.1/lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.dll differ
diff --git a/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/THIRD-PARTY-NOTICES.txt b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..9244524
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/THIRD-PARTY-NOTICES.txt
@@ -0,0 +1,219 @@
+THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
+Do not translate or localize
+
+Xamarin Components for Google's Android Support libraries incorporates
+third party material from the projects listed below. The original copyright
+notice and the license under which Microsoft received such third party
+material are set forth below. Microsoft reserves all other rights not
+expressly granted, whether by implication, estoppel or otherwise.
+
+#########################################################
+# Google Android Support libraries and Constraint Layout
+# https://maven.google.com/
+#########################################################
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+########################################
+# END - Google Android Support libraries
+########################################
diff --git a/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/build/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.targets b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/build/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.targets
new file mode 100644
index 0000000..55498de
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/build/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.targets
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.dll b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.dll
new file mode 100644
index 0000000..bb47eb6
Binary files /dev/null and b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.dll differ
diff --git a/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/proguard/proguard.txt b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/proguard/proguard.txt
new file mode 100644
index 0000000..25f3e87
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0/proguard/proguard.txt
@@ -0,0 +1,16 @@
+-keepattributes *Annotation*
+
+-keepclassmembers enum android.arch.lifecycle.Lifecycle$Event {
+ ;
+}
+
+-keep class * implements android.arch.lifecycle.LifecycleObserver {
+}
+
+-keep class * implements android.arch.lifecycle.GenericLifecycleObserver {
+ (...);
+}
+
+-keepclassmembers class ** {
+ @android.arch.lifecycle.OnLifecycleEvent *;
+}
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Android.Maps.Utils.0.5.0/lib/MonoAndroid10/GoogleMapsUtilityBinding.dll b/Sample/packages/Xamarin.Android.Maps.Utils.0.5.0/lib/MonoAndroid10/GoogleMapsUtilityBinding.dll
new file mode 100644
index 0000000..ba36644
Binary files /dev/null and b/Sample/packages/Xamarin.Android.Maps.Utils.0.5.0/lib/MonoAndroid10/GoogleMapsUtilityBinding.dll differ
diff --git a/Sample/packages/Xamarin.Android.Support.Annotations.26.1.0.1/THIRD-PARTY-NOTICES.txt b/Sample/packages/Xamarin.Android.Support.Annotations.26.1.0.1/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..9244524
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Annotations.26.1.0.1/THIRD-PARTY-NOTICES.txt
@@ -0,0 +1,219 @@
+THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
+Do not translate or localize
+
+Xamarin Components for Google's Android Support libraries incorporates
+third party material from the projects listed below. The original copyright
+notice and the license under which Microsoft received such third party
+material are set forth below. Microsoft reserves all other rights not
+expressly granted, whether by implication, estoppel or otherwise.
+
+#########################################################
+# Google Android Support libraries and Constraint Layout
+# https://maven.google.com/
+#########################################################
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+########################################
+# END - Google Android Support libraries
+########################################
diff --git a/Sample/packages/Xamarin.Android.Support.Annotations.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Annotations.targets b/Sample/packages/Xamarin.Android.Support.Annotations.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Annotations.targets
new file mode 100644
index 0000000..9b66137
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Annotations.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Annotations.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Android.Support.Annotations.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Annotations.dll b/Sample/packages/Xamarin.Android.Support.Annotations.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Annotations.dll
new file mode 100644
index 0000000..fbf0857
Binary files /dev/null and b/Sample/packages/Xamarin.Android.Support.Annotations.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Annotations.dll differ
diff --git a/Sample/packages/Xamarin.Android.Support.Compat.26.1.0.1/THIRD-PARTY-NOTICES.txt b/Sample/packages/Xamarin.Android.Support.Compat.26.1.0.1/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..9244524
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Compat.26.1.0.1/THIRD-PARTY-NOTICES.txt
@@ -0,0 +1,219 @@
+THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
+Do not translate or localize
+
+Xamarin Components for Google's Android Support libraries incorporates
+third party material from the projects listed below. The original copyright
+notice and the license under which Microsoft received such third party
+material are set forth below. Microsoft reserves all other rights not
+expressly granted, whether by implication, estoppel or otherwise.
+
+#########################################################
+# Google Android Support libraries and Constraint Layout
+# https://maven.google.com/
+#########################################################
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+########################################
+# END - Google Android Support libraries
+########################################
diff --git a/Sample/packages/Xamarin.Android.Support.Compat.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Compat.targets b/Sample/packages/Xamarin.Android.Support.Compat.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Compat.targets
new file mode 100644
index 0000000..9b66137
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Compat.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Compat.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Android.Support.Compat.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Compat.dll b/Sample/packages/Xamarin.Android.Support.Compat.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Compat.dll
new file mode 100644
index 0000000..79726a5
Binary files /dev/null and b/Sample/packages/Xamarin.Android.Support.Compat.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Compat.dll differ
diff --git a/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/THIRD-PARTY-NOTICES.txt b/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..9244524
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/THIRD-PARTY-NOTICES.txt
@@ -0,0 +1,219 @@
+THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
+Do not translate or localize
+
+Xamarin Components for Google's Android Support libraries incorporates
+third party material from the projects listed below. The original copyright
+notice and the license under which Microsoft received such third party
+material are set forth below. Microsoft reserves all other rights not
+expressly granted, whether by implication, estoppel or otherwise.
+
+#########################################################
+# Google Android Support libraries and Constraint Layout
+# https://maven.google.com/
+#########################################################
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+########################################
+# END - Google Android Support libraries
+########################################
diff --git a/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Core.UI.targets b/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Core.UI.targets
new file mode 100644
index 0000000..55498de
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Core.UI.targets
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Core.UI.dll b/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Core.UI.dll
new file mode 100644
index 0000000..b4842e5
Binary files /dev/null and b/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Core.UI.dll differ
diff --git a/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/proguard/proguard.txt b/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/proguard/proguard.txt
new file mode 100644
index 0000000..2ec1c65
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Core.UI.26.1.0.1/proguard/proguard.txt
@@ -0,0 +1,16 @@
+# Copyright (C) 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Make sure we keep annotations for ViewPager's DecorView
+-keepattributes *Annotation*
diff --git a/Sample/packages/Xamarin.Android.Support.Core.Utils.26.1.0.1/THIRD-PARTY-NOTICES.txt b/Sample/packages/Xamarin.Android.Support.Core.Utils.26.1.0.1/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..9244524
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Core.Utils.26.1.0.1/THIRD-PARTY-NOTICES.txt
@@ -0,0 +1,219 @@
+THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
+Do not translate or localize
+
+Xamarin Components for Google's Android Support libraries incorporates
+third party material from the projects listed below. The original copyright
+notice and the license under which Microsoft received such third party
+material are set forth below. Microsoft reserves all other rights not
+expressly granted, whether by implication, estoppel or otherwise.
+
+#########################################################
+# Google Android Support libraries and Constraint Layout
+# https://maven.google.com/
+#########################################################
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+########################################
+# END - Google Android Support libraries
+########################################
diff --git a/Sample/packages/Xamarin.Android.Support.Core.Utils.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Core.Utils.targets b/Sample/packages/Xamarin.Android.Support.Core.Utils.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Core.Utils.targets
new file mode 100644
index 0000000..9b66137
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Core.Utils.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Core.Utils.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Android.Support.Core.Utils.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Core.Utils.dll b/Sample/packages/Xamarin.Android.Support.Core.Utils.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Core.Utils.dll
new file mode 100644
index 0000000..d10b6e2
Binary files /dev/null and b/Sample/packages/Xamarin.Android.Support.Core.Utils.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Core.Utils.dll differ
diff --git a/Sample/packages/Xamarin.Android.Support.Fragment.26.1.0.1/THIRD-PARTY-NOTICES.txt b/Sample/packages/Xamarin.Android.Support.Fragment.26.1.0.1/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..9244524
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Fragment.26.1.0.1/THIRD-PARTY-NOTICES.txt
@@ -0,0 +1,219 @@
+THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
+Do not translate or localize
+
+Xamarin Components for Google's Android Support libraries incorporates
+third party material from the projects listed below. The original copyright
+notice and the license under which Microsoft received such third party
+material are set forth below. Microsoft reserves all other rights not
+expressly granted, whether by implication, estoppel or otherwise.
+
+#########################################################
+# Google Android Support libraries and Constraint Layout
+# https://maven.google.com/
+#########################################################
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+########################################
+# END - Google Android Support libraries
+########################################
diff --git a/Sample/packages/Xamarin.Android.Support.Fragment.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Fragment.targets b/Sample/packages/Xamarin.Android.Support.Fragment.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Fragment.targets
new file mode 100644
index 0000000..9b66137
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Fragment.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Fragment.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Android.Support.Fragment.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Fragment.dll b/Sample/packages/Xamarin.Android.Support.Fragment.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Fragment.dll
new file mode 100644
index 0000000..c497bc5
Binary files /dev/null and b/Sample/packages/Xamarin.Android.Support.Fragment.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Fragment.dll differ
diff --git a/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/THIRD-PARTY-NOTICES.txt b/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..9244524
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/THIRD-PARTY-NOTICES.txt
@@ -0,0 +1,219 @@
+THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
+Do not translate or localize
+
+Xamarin Components for Google's Android Support libraries incorporates
+third party material from the projects listed below. The original copyright
+notice and the license under which Microsoft received such third party
+material are set forth below. Microsoft reserves all other rights not
+expressly granted, whether by implication, estoppel or otherwise.
+
+#########################################################
+# Google Android Support libraries and Constraint Layout
+# https://maven.google.com/
+#########################################################
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+########################################
+# END - Google Android Support libraries
+########################################
diff --git a/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Media.Compat.targets b/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Media.Compat.targets
new file mode 100644
index 0000000..55498de
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/build/MonoAndroid80/Xamarin.Android.Support.Media.Compat.targets
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Media.Compat.dll b/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Media.Compat.dll
new file mode 100644
index 0000000..f1a2e5c
Binary files /dev/null and b/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/lib/MonoAndroid80/Xamarin.Android.Support.Media.Compat.dll differ
diff --git a/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/proguard/proguard.txt b/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/proguard/proguard.txt
new file mode 100644
index 0000000..416b2e8
--- /dev/null
+++ b/Sample/packages/Xamarin.Android.Support.Media.Compat.26.1.0.1/proguard/proguard.txt
@@ -0,0 +1,18 @@
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Prevent Parcelable objects from being removed or renamed.
+-keep class android.support.v4.media.** implements android.os.Parcelable {
+ public static final android.os.Parcelable$Creator *;
+}
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Build.Download.0.4.7/THIRD-PARTY-NOTICES.txt b/Sample/packages/Xamarin.Build.Download.0.4.7/THIRD-PARTY-NOTICES.txt
new file mode 100644
index 0000000..b8d47b6
--- /dev/null
+++ b/Sample/packages/Xamarin.Build.Download.0.4.7/THIRD-PARTY-NOTICES.txt
@@ -0,0 +1,74 @@
+THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
+Do not translate or localize
+
+Xamarin Build Download incorporates third party
+material from the projects listed below. The original copyright notice and
+the license under which Microsoft received such third party material are set
+forth below. Microsoft reserves all other rights not expressly granted,
+whether by implication, estoppel or otherwise.
+
+############################################
+# Cecil
+# https://github.com/jbevain/cecil
+############################################
+
+Copyright (c) 2008 - 2015 Jb Evain
+Copyright (c) 2008 - 2011 Novell, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+You may obtain a copy of the license here:
+https://github.com/jbevain/cecil/blob/master/LICENSE.txt
+
+############################################
+# end - Cecil
+############################################
+
+############################################
+# Newtonsoft.Json
+# https://github.com/JamesNK/Newtonsoft.Json
+############################################
+
+The MIT License (MIT)
+
+Copyright (c) 2007 James Newton-King
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+############################################
+# end - Newtonsoft.Json
+############################################
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.Build.Download.0.4.7/build/Mono.Cecil.dll b/Sample/packages/Xamarin.Build.Download.0.4.7/build/Mono.Cecil.dll
new file mode 100644
index 0000000..99e9394
Binary files /dev/null and b/Sample/packages/Xamarin.Build.Download.0.4.7/build/Mono.Cecil.dll differ
diff --git a/Sample/packages/Xamarin.Build.Download.0.4.7/build/Newtonsoft.Json.dll b/Sample/packages/Xamarin.Build.Download.0.4.7/build/Newtonsoft.Json.dll
new file mode 100644
index 0000000..597a1ce
Binary files /dev/null and b/Sample/packages/Xamarin.Build.Download.0.4.7/build/Newtonsoft.Json.dll differ
diff --git a/Sample/packages/Xamarin.Build.Download.0.4.7/build/System.Net.Http.Formatting.dll b/Sample/packages/Xamarin.Build.Download.0.4.7/build/System.Net.Http.Formatting.dll
new file mode 100644
index 0000000..3b76acd
Binary files /dev/null and b/Sample/packages/Xamarin.Build.Download.0.4.7/build/System.Net.Http.Formatting.dll differ
diff --git a/Sample/packages/Xamarin.Build.Download.0.4.7/build/Xamarin.Build.Download.dll b/Sample/packages/Xamarin.Build.Download.0.4.7/build/Xamarin.Build.Download.dll
new file mode 100644
index 0000000..f7ecf7a
Binary files /dev/null and b/Sample/packages/Xamarin.Build.Download.0.4.7/build/Xamarin.Build.Download.dll differ
diff --git a/Sample/packages/Xamarin.Build.Download.0.4.7/build/Xamarin.Build.Download.props b/Sample/packages/Xamarin.Build.Download.0.4.7/build/Xamarin.Build.Download.props
new file mode 100644
index 0000000..9837138
--- /dev/null
+++ b/Sample/packages/Xamarin.Build.Download.0.4.7/build/Xamarin.Build.Download.props
@@ -0,0 +1,13 @@
+
+
+
+
+ $(HOME)\Library\Caches\XamarinBuildDownload\
+ $(LocalAppData)\XamarinBuildDownloadCache\
+
+ True
+
+
diff --git a/Sample/packages/Xamarin.Build.Download.0.4.7/build/Xamarin.Build.Download.targets b/Sample/packages/Xamarin.Build.Download.0.4.7/build/Xamarin.Build.Download.targets
new file mode 100644
index 0000000..686f97d
--- /dev/null
+++ b/Sample/packages/Xamarin.Build.Download.0.4.7/build/Xamarin.Build.Download.targets
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+
+
+
+ $(XamarinBuildDownloadDir)\
+
+
+
+ <_XamarinBuildDownloadMasterBeforeTargets>_UnpackLibraryResources
+ <_XamarinBuildDownloadMasterDependsOnTargets>_XamarinBuildDownload;_XamariniOSBuildResourceRestore
+
+
+
+ <_XamarinBuildDownloadMasterBeforeTargets>_ResolveLibraryProjectImports
+ <_XamarinBuildDownloadMasterDependsOnTargets>_XamarinBuildDownload;_XamarinAndroidBuildResourceRestore;_XamarinAndroidBuildAarRestore;_XamarinAndroidBuildAarProguardConfigs
+
+
+
+
+ $(CleanDependsOn);
+ _CleanXbdMerge;
+
+
+
+
+
+
+
+
+
+
+
+
+ $(VsInstallRoot)\Common7\IDE\Extensions\Xamarin.VisualStudio\7-Zip\7z.exe
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sample/packages/Xamarin.GooglePlayServices.Base.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Base.targets b/Sample/packages/Xamarin.GooglePlayServices.Base.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Base.targets
new file mode 100644
index 0000000..3f77dcc
--- /dev/null
+++ b/Sample/packages/Xamarin.GooglePlayServices.Base.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Base.targets
@@ -0,0 +1,43 @@
+
+
+
+
+ <_XbdKey_playservicesbase>playservices-11.4.2/playservicesbase
+
+
+ <_XbdAarFile_playservicesbase>m2repository\com\google\android\gms\play-services-base\11.4.2\play-services-base-11.4.2.aar
+
+
+ <_XbdAarFileFullPath_playservicesbase>$(XamarinBuildDownloadDir)$(_XbdKey_playservicesbase)\play-services-base-11.4.2.aar
+
+
+ <_XbdAssemblyName_playservicesbase>Xamarin.GooglePlayServices.Base
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-base/11.4.2/play-services-base-11.4.2.aar
+ play-services-base-11.4.2.aar
+ Uncompressed
+
+
+
+
+
+
+ __AndroidLibraryProjects__.zip
+ $(_XbdAssemblyName_playservicesbase)
+
+
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.GooglePlayServices.Base.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Base.dll b/Sample/packages/Xamarin.GooglePlayServices.Base.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Base.dll
new file mode 100644
index 0000000..ea26b91
Binary files /dev/null and b/Sample/packages/Xamarin.GooglePlayServices.Base.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Base.dll differ
diff --git a/Sample/packages/Xamarin.GooglePlayServices.Basement.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Basement.targets b/Sample/packages/Xamarin.GooglePlayServices.Basement.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Basement.targets
new file mode 100644
index 0000000..b399c52
--- /dev/null
+++ b/Sample/packages/Xamarin.GooglePlayServices.Basement.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Basement.targets
@@ -0,0 +1,86 @@
+
+
+
+
+ <_XbdKey_playservicesbasement>playservices-11.4.2/playservicesbasement
+
+ <_XbdAarFile_playservicesbasement>m2repository\com\google\android\gms\play-services-basement\11.4.2\play-services-basement-11.4.2.aar
+
+ <_XbdAarFileFullPath_playservicesbasement>$(XamarinBuildDownloadDir)$(_XbdKey_playservicesbasement)\play-services-basement-11.4.2.aar
+
+ <_XbdAssemblyName_playservicesbasement>Xamarin.GooglePlayServices.Basement
+
+
+
+
+
+
+
+
+
+
+
+ https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-basement/11.4.2/play-services-basement-11.4.2.aar
+ play-services-basement-11.4.2.aar
+ Uncompressed
+
+
+
+
+
+ __AndroidLibraryProjects__.zip
+ $(_XbdAssemblyName_playservicesbasement)
+
+
+
+
+
+
+
+
+
+
+ $(MSBuildThisFileDirectory)Xamarin.GooglePlayServices.Tasks.dll
+ googsvcsjson
+ $(IntermediateOutputPath)$(ProcessGoogleServicesJsonResDirName)\
+ $(ProcessGoogleServicesJsonResDirPath)values\goog_svcs_json.xml
+ $(ProcessGoogleServicesJsonResDirPath)xml\global_tracker.xml
+ $(IntermediateOutputPath)googsvcsjson.stamp
+
+
+
+ $(CleanDependsOn);
+ _CleanProcessGoogleServicesJson;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ True
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.GooglePlayServices.Basement.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Tasks.dll b/Sample/packages/Xamarin.GooglePlayServices.Basement.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Tasks.dll
new file mode 100644
index 0000000..d1c97c5
Binary files /dev/null and b/Sample/packages/Xamarin.GooglePlayServices.Basement.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Tasks.dll differ
diff --git a/Sample/packages/Xamarin.GooglePlayServices.Basement.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Basement.dll b/Sample/packages/Xamarin.GooglePlayServices.Basement.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Basement.dll
new file mode 100644
index 0000000..9f1bb30
Binary files /dev/null and b/Sample/packages/Xamarin.GooglePlayServices.Basement.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Basement.dll differ
diff --git a/Sample/packages/Xamarin.GooglePlayServices.Maps.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Maps.targets b/Sample/packages/Xamarin.GooglePlayServices.Maps.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Maps.targets
new file mode 100644
index 0000000..04c9d4f
--- /dev/null
+++ b/Sample/packages/Xamarin.GooglePlayServices.Maps.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Maps.targets
@@ -0,0 +1,43 @@
+
+
+
+
+ <_XbdKey_playservicesmaps>playservices-11.4.2/playservicesmaps
+
+
+ <_XbdAarFile_playservicesmaps>m2repository\com\google\android\gms\play-services-maps\11.4.2\play-services-maps-11.4.2.aar
+
+
+ <_XbdAarFileFullPath_playservicesmaps>$(XamarinBuildDownloadDir)$(_XbdKey_playservicesmaps)\play-services-maps-11.4.2.aar
+
+
+ <_XbdAssemblyName_playservicesmaps>Xamarin.GooglePlayServices.Maps
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-maps/11.4.2/play-services-maps-11.4.2.aar
+ play-services-maps-11.4.2.aar
+ Uncompressed
+
+
+
+
+
+
+ __AndroidLibraryProjects__.zip
+ $(_XbdAssemblyName_playservicesmaps)
+
+
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.GooglePlayServices.Maps.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Maps.dll b/Sample/packages/Xamarin.GooglePlayServices.Maps.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Maps.dll
new file mode 100644
index 0000000..b2f45d2
Binary files /dev/null and b/Sample/packages/Xamarin.GooglePlayServices.Maps.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Maps.dll differ
diff --git a/Sample/packages/Xamarin.GooglePlayServices.Tasks.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Tasks.targets b/Sample/packages/Xamarin.GooglePlayServices.Tasks.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Tasks.targets
new file mode 100644
index 0000000..a467cfa
--- /dev/null
+++ b/Sample/packages/Xamarin.GooglePlayServices.Tasks.60.1142.0/build/MonoAndroid80/Xamarin.GooglePlayServices.Tasks.targets
@@ -0,0 +1,43 @@
+
+
+
+
+ <_XbdKey_playservicestasks>playservices-11.4.2/playservicestasks
+
+
+ <_XbdAarFile_playservicestasks>m2repository\com\google\android\gms\play-services-tasks\11.4.2\play-services-tasks-11.4.2.aar
+
+
+ <_XbdAarFileFullPath_playservicestasks>$(XamarinBuildDownloadDir)$(_XbdKey_playservicestasks)\play-services-tasks-11.4.2.aar
+
+
+ <_XbdAssemblyName_playservicestasks>Xamarin.GooglePlayServices.Tasks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-tasks/11.4.2/play-services-tasks-11.4.2.aar
+ play-services-tasks-11.4.2.aar
+ Uncompressed
+
+
+
+
+
+
+ __AndroidLibraryProjects__.zip
+ $(_XbdAssemblyName_playservicestasks)
+
+
+
+
\ No newline at end of file
diff --git a/Sample/packages/Xamarin.GooglePlayServices.Tasks.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Tasks.dll b/Sample/packages/Xamarin.GooglePlayServices.Tasks.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Tasks.dll
new file mode 100644
index 0000000..9ff76bc
Binary files /dev/null and b/Sample/packages/Xamarin.GooglePlayServices.Tasks.60.1142.0/lib/MonoAndroid80/Xamarin.GooglePlayServices.Tasks.dll differ