Created
August 5, 2014 23:24
-
-
Save mattleibow/7f5c4965758e4f8ac1ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd"> | |
<metadata minClientVersion="2.5"> | |
<id>Testing.Xamarin.Android.Support</id> | |
<version>20.0.0-alpha1</version> | |
<title>Android Support Library (Testing)</title> | |
<authors>Matthew Leibowitz</authors> | |
<licenseUrl>http://components.xamarin.com/license/xamandroidsupportv4-18</licenseUrl> | |
<projectUrl>http://components.xamarin.com/view/xamandroidsupportv4-18</projectUrl> | |
<iconUrl>http://components.xamarin.com/resources/icons/component-824/icon_114x114.png</iconUrl> | |
<requireLicenseAcceptance>false</requireLicenseAcceptance> | |
<description>The Android Support Library package is a set of code libraries that provide backward-compatible versions of Android framework APIs as well as features that are only available through the library APIs. Each Support Library is backward-compatible to a specific Android API level. This design means that your applications can use the libraries' features and still be compatible with devices running old android flavors.</description> | |
<dependencies> | |
<group targetFramework="MonoAndroid1.6"> | |
<dependency id="Xamarin.Android.Support.v4" /> | |
</group> | |
<group targetFramework="MonoAndroid2.1"> | |
<dependency id="Xamarin.Android.Support.v7.AppCompat" /> | |
<dependency id="Xamarin.Android.Support.v7.GridLayout" /> | |
<dependency id="Xamarin.Android.Support.v7.MediaRouter" /> | |
<dependency id="Xamarin.Android.Support.v4" /> | |
</group> | |
<group targetFramework="MonoAndroid3.2"> | |
<dependency id="Xamarin.Android.Support.v13" /> | |
<dependency id="Xamarin.Android.Support.v7.AppCompat" /> | |
<dependency id="Xamarin.Android.Support.v7.GridLayout" /> | |
<dependency id="Xamarin.Android.Support.v7.MediaRouter" /> | |
</group> | |
<group targetFramework="MonoAndroid2.3"> | |
<dependency id="Xamarin.Android.Support.v4" /> | |
<dependency id="Xamarin.Android.Support.v7.AppCompat" /> | |
<dependency id="Xamarin.Android.Support.v7.GridLayout" /> | |
<dependency id="Xamarin.Android.Support.v7.MediaRouter" /> | |
</group> | |
</dependencies> | |
</metadata> | |
</package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment