Skip to content

Commit

Permalink
Update android support package
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-moussa committed Mar 18, 2020
1 parent 65263be commit 404a708
Show file tree
Hide file tree
Showing 3 changed files with 5,224 additions and 362 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<FileAlignment>512</FileAlignment>
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
<AndroidTlsProvider>
</AndroidTlsProvider>
<NuGetPackageImportStamp>
Expand Down Expand Up @@ -83,11 +83,6 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi\plugin_lc_smallicon.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Android.Support.v4">
<Version>28.0.0.3</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\drawable-xhdpi-v11\plugin_lc_smallicon.png" />
</ItemGroup>
Expand All @@ -103,6 +98,11 @@
<ItemGroup>
<AndroidResource Include="Resources\drawable-xxxhdpi-v11\plugin_lc_smallicon.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat">
<Version>28.0.0.3</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Loading

0 comments on commit 404a708

Please sign in to comment.