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

Commit

Permalink
Merge pull request #74 from xamarin/26.1.x
Browse files Browse the repository at this point in the history
26.1.0
  • Loading branch information
Redth authored Oct 30, 2017
2 parents d34a7f3 + b1ed26d commit 73727d4
Show file tree
Hide file tree
Showing 108 changed files with 1,612 additions and 132 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Resource.designer.cs
component.yaml
Details.md
/generated.targets
*.commit
*.commit
cake.sh
37 changes: 31 additions & 6 deletions AndroidSupport.sln
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vector-Drawable", "support-
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vector-Drawable-BuildTasks", "support-vector-drawable\buildtask\Vector-Drawable-BuildTasks.csproj", "{DB19F806-FEF2-4BBB-8A0B-37EA54DB3A0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core-Utils", "support-core-utils\source\Core-Utils.csproj", "{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core-UI", "support-core-ui\source\Core-UI.csproj", "{071EAE48-7BCE-4D68-8098-745B923A122F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compat", "support-compat\source\Compat.csproj", "{CA4194B2-8B2D-4C37-8790-C79C5803357A}"
Expand All @@ -67,6 +65,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emoji", "support-emoji\sour
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wear", "wear\source\Wear.csproj", "{F5E0D83F-81A8-40A9-9EFF-7605213AC743}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Architecture", "Architecture", "{3AC04D8E-9E4C-401F-AED5-239F226BF9C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Core.Common", "arch-core\common\source\Arch.Core.Common.csproj", "{4C9E1C1E-09C3-469C-B3C2-79651DF13870}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Common", "arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj", "{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Runtime", "arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj", "{25CE44A9-FA51-4468-952F-21A13F066384}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core-Utils", "support-core-utils\source\Core-Utils.csproj", "{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -149,10 +157,6 @@ Global
{E9848EF1-14E6-4144-95A0-926A52F301B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9848EF1-14E6-4144-95A0-926A52F301B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9848EF1-14E6-4144-95A0-926A52F301B5}.Release|Any CPU.Build.0 = Release|Any CPU
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Release|Any CPU.Build.0 = Release|Any CPU
{071EAE48-7BCE-4D68-8098-745B923A122F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{071EAE48-7BCE-4D68-8098-745B923A122F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{071EAE48-7BCE-4D68-8098-745B923A122F}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -205,5 +209,26 @@ Global
{F5E0D83F-81A8-40A9-9EFF-7605213AC743}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5E0D83F-81A8-40A9-9EFF-7605213AC743}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5E0D83F-81A8-40A9-9EFF-7605213AC743}.Release|Any CPU.Build.0 = Release|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Release|Any CPU.Build.0 = Release|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Release|Any CPU.Build.0 = Release|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Release|Any CPU.Build.0 = Release|Any CPU
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEABEB36-8FFE-4CD9-B6E6-D67686C8BB98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4C9E1C1E-09C3-469C-B3C2-79651DF13870} = {3AC04D8E-9E4C-401F-AED5-239F226BF9C2}
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0} = {3AC04D8E-9E4C-401F-AED5-239F226BF9C2}
{25CE44A9-FA51-4468-952F-21A13F066384} = {3AC04D8E-9E4C-401F-AED5-239F226BF9C2}
EndGlobalSection
EndGlobal
6 changes: 3 additions & 3 deletions External-Dependency-Info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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
#########################################################
# Google Android Support libraries and Constraint Layout
# https://maven.google.com/
########################################
#########################################################

Apache License
Version 2.0, January 2004
Expand Down
6 changes: 6 additions & 0 deletions animated-vector-drawable/component/component.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ samples:
- Animated-Vector-Drawable
- Annotations
- Compat
- Arch.Core.Common
- Arch.Lifecycle.Common
- Arch.Lifecycle.Runtime
- Core-UI
- Core-Utils
- Fragment
Expand All @@ -32,6 +35,9 @@ samples:
- Xamarin.Android.Support.Animated.Vector.Drawable
- Xamarin.Android.Support.Annotations
- Xamarin.Android.Support.Compat
- Xamarin.Android.Arch.Core.Common
- Xamarin.Android.Arch.Lifecycle.Common
- Xamarin.Android.Arch.Lifecycle.Runtime
- Xamarin.Android.Support.Core.UI
- Xamarin.Android.Support.Core.Utils
- Xamarin.Android.Support.Fragment
Expand Down
18 changes: 18 additions & 0 deletions animated-vector-drawable/samples/VectorDrawableSample.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "V7-AppCompat", "..\..\appco
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Annotations", "..\..\support-annotations\source\Annotations.csproj", "{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Core.Common", "..\..\arch-core\common\source\Arch.Core.Common.csproj", "{4C9E1C1E-09C3-469C-B3C2-79651DF13870}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Common", "..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj", "{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Runtime", "..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj", "{25CE44A9-FA51-4468-952F-21A13F066384}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -67,5 +73,17 @@ Global
{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}.Release|Any CPU.Build.0 = Release|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Release|Any CPU.Build.0 = Release|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Release|Any CPU.Build.0 = Release|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
<Name>Annotations</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\arch-core\common\source\Arch.Core.Common.csproj">
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
<Name>Arch.Core.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
<Name>Arch.Lifecycle.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
<Name>Arch.Lifecycle.Runtime</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>
16 changes: 16 additions & 0 deletions animated-vector-drawable/source/Animated-Vector-Drawable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,22 @@
<Project>{418B64BA-2BAC-4B92-8888-CAFEAAF7E860}</Project>
<Name>Vector-Drawable</Name>
</ProjectReference>
<ProjectReference Include="..\..\arch-core\common\source\Arch.Core.Common.csproj">
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
<Name>Arch.Core.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
<Name>Arch.Lifecycle.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
<Name>Arch.Lifecycle.Runtime</Name>
</ProjectReference>
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
<Name>Annotations</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions appcompat-v7/component/component.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ samples:
removeProjects:
- Annotations
- Compat
- Arch.Core.Common
- Arch.Lifecycle.Common
- Arch.Lifecycle.Runtime
- Core-UI
- Core-Utils
- Fragment
Expand All @@ -31,6 +34,9 @@ samples:
packages:
- Xamarin.Android.Support.Annotations
- Xamarin.Android.Support.Compat
- Xamarin.Android.Arch.Core.Common
- Xamarin.Android.Arch.Lifecycle.Common
- Xamarin.Android.Arch.Lifecycle.Runtime
- Xamarin.Android.Support.Core.UI
- Xamarin.Android.Support.Core.Utils
- Xamarin.Android.Support.Fragment
Expand Down
18 changes: 18 additions & 0 deletions appcompat-v7/samples/AndroidSupportSample.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vector-Drawable", "..\..\su
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Annotations", "..\..\support-annotations\source\Annotations.csproj", "{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Core.Common", "..\..\arch-core\common\source\Arch.Core.Common.csproj", "{4C9E1C1E-09C3-469C-B3C2-79651DF13870}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Common", "..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj", "{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arch.Lifecycle.Runtime", "..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj", "{25CE44A9-FA51-4468-952F-21A13F066384}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -73,5 +79,17 @@ Global
{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}.Release|Any CPU.Build.0 = Release|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C9E1C1E-09C3-469C-B3C2-79651DF13870}.Release|Any CPU.Build.0 = Release|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}.Release|Any CPU.Build.0 = Release|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25CE44A9-FA51-4468-952F-21A13F066384}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,18 @@
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
<Name>Annotations</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\arch-core\common\source\Arch.Core.Common.csproj">
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
<Name>Arch.Core.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
<Name>Arch.Lifecycle.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
<Name>Arch.Lifecycle.Runtime</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>
16 changes: 16 additions & 0 deletions appcompat-v7/source/V7-AppCompat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,22 @@
<Project>{418B64BA-2BAC-4B92-8888-CAFEAAF7E860}</Project>
<Name>Vector-Drawable</Name>
</ProjectReference>
<ProjectReference Include="..\..\support-annotations\source\Annotations.csproj">
<Project>{EFC85AD8-90A7-4C98-8CEA-A875213DA5DC}</Project>
<Name>Annotations</Name>
</ProjectReference>
<ProjectReference Include="..\..\arch-core\common\source\Arch.Core.Common.csproj">
<Project>{4C9E1C1E-09C3-469C-B3C2-79651DF13870}</Project>
<Name>Arch.Core.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\arch-lifecycle\common\source\Arch.Lifecycle.Common.csproj">
<Project>{1489A4D8-8D13-4113-BD73-3025CDE3E3A0}</Project>
<Name>Arch.Lifecycle.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\arch-lifecycle\runtime\source\Arch.Lifecycle.Runtime.csproj">
<Project>{25CE44A9-FA51-4468-952F-21A13F066384}</Project>
<Name>Arch.Lifecycle.Runtime</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down
28 changes: 28 additions & 0 deletions arch-core/common/nuget/template.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Xamarin.Android.Arch.Core.Common</id>
<title>Xamarin Android Architecture Core - Common</title>
<version>$version$</version>
<authors>Xamarin Inc.</authors>
<owners>Xamarin Inc.</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Android Architecture Core - Common C# bindings for Xamarin</description>
<copyright>Copyright © Microsoft Corporation</copyright>
<projectUrl>https://github.com/xamarin/AndroidSupportComponents/</projectUrl>
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/arch-core-common_128x128.png</iconUrl>
<dependencies>
<group targetFramework="MonoAndroid80">
<dependency id="Xamarin.Android.Support.Annotations" version="26.1.0"/>
</group>
</dependencies>
</metadata>
<files>
<file src="arch-core/common/nuget/Xamarin.Android.Arch.Core.Common.targets" target="build/MonoAndroid80" />

<file src="output/Xamarin.Android.Arch.Core.Common.dll" target="lib/MonoAndroid80" />

<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
</files>
</package>
Loading

0 comments on commit 73727d4

Please sign in to comment.