Skip to content

Commit

Permalink
Fix nuget ref version in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Mar 20, 2019
1 parent 2e67ef4 commit 05966a2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@
<PackageReference Include="Xamarin.Android.Support.v7.MediaRouter" Version="28.0.0.1" />
<PackageReference Include="Xamarin.Android.Support.v7.Palette" Version="28.0.0.1" />
<PackageReference Include="Xamarin.Android.Support.v7.RecyclerView" Version="28.0.0.1" />
<PackageReference Include="Xamarin.Firebase.AppIndexing" Version="71.1502.0-preview1" />
<PackageReference Include="Xamarin.Firebase.AppIndexing" Version="71.1501.0-preview1" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
Expand Down

0 comments on commit 05966a2

Please sign in to comment.