Skip to content

Commit

Permalink
fix(maps): [Android] Update Uno.UI.Maps to latest Google Play Service…
Browse files Browse the repository at this point in the history
…s package

Fixes crash on launch: https://issuetracker.google.com/issues/79478779
  • Loading branch information
davidjohnoliver committed Nov 13, 2020
1 parent 8024341 commit 0fa1833
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Uno.UI.Maps/Uno.UI.Maps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
<ProjectReference Include="..\Uno.UI\Uno.UI.csproj" />
<ProjectReference Include="..\Uno.UWP\Uno.csproj" TreatAsPackageReference="false" PrivateAssets="all" />
<ProjectReference Include="..\Uno.Foundation\Uno.Foundation.csproj" TreatAsPackageReference="false" PrivateAssets="all" />
<ProjectReference Include="..\Uno.UI.BindingHelper.Android\Uno.UI.BindingHelper.Android.csproj" Condition="$(IsMonoAndroid)" TreatAsPackageReference="false" PrivateAssets="all" />
<ProjectReference Include="..\Uno.UI.BindingHelper.Android\Uno.UI.BindingHelper.Android.csproj" Condition="$(IsMonoAndroid)" TreatAsPackageReference="false" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Uno.SourceGenerationTasks"/>
<PackageReference Include="Uno.Core"/>
<PackageReference Include="Uno.Core.Build"/>
<PackageReference Include="Uno.SourceGenerationTasks" />
<PackageReference Include="Uno.Core" />
<PackageReference Include="Uno.Core.Build" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'MonoAndroid11.0'">
<PackageReference Include="Xamarin.GooglePlayServices.Location" Version="71.1600.0" />
<PackageReference Include="Xamarin.GooglePlayServices.Maps" Version="71.1600.0" />
<PackageReference Include="Xamarin.GooglePlayServices.Location" Version="117.0.0" />
<PackageReference Include="Xamarin.GooglePlayServices.Maps" Version="117.0.0" />
<PackageReference Include="Xamarin.AndroidX.Legacy.Support.v4" PrivateAssets="none" />
</ItemGroup>

Expand Down

0 comments on commit 0fa1833

Please sign in to comment.