Skip to content

Commit

Permalink
Bump to new permissions plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed May 23, 2018
1 parent 985d1a3 commit 4162f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Geolocator.Plugin/Geolocator.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
<PackageReference Include="Plugin.Permissions" Version="3.0.0.9-beta" />
<PackageReference Include="Plugin.Permissions" Version="3.0.0.12" />
<Compile Include="**\*.android.cs" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
<PackageReference Include="Plugin.Permissions" Version="3.0.0.9-beta" />
<PackageReference Include="Plugin.Permissions" Version="3.0.0.12" />
<Compile Include="**\*.apple.cs" />
</ItemGroup>

Expand Down

0 comments on commit 4162f69

Please sign in to comment.