Skip to content

Commit 4162f69

Browse files
Bump to new permissions plugin
1 parent 985d1a3 commit 4162f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Geolocator.Plugin/Geolocator.Plugin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
</ItemGroup>
5959

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

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

0 commit comments

Comments
 (0)