Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Latest NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed May 15, 2018
1 parent 9d7855c commit 49c73b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PermissionsTest.Droid/PermissionsTest.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<Reference Include="Mono.Android" />
<Reference Include="mscorlib" />
<Reference Include="Plugin.CurrentActivity, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Plugin.CurrentActivity.2.0.1.4\lib\monoandroid44\Plugin.CurrentActivity.dll</HintPath>
<HintPath>..\packages\Plugin.CurrentActivity.2.1.0.2\lib\monoandroid44\Plugin.CurrentActivity.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Collections" />
Expand Down
2 changes: 1 addition & 1 deletion src/PermissionsTest.Droid/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Plugin.CurrentActivity" version="2.0.1.4" targetFramework="monoandroid71" />
<package id="Plugin.CurrentActivity" version="2.1.0.2" targetFramework="monoandroid71" />
<package id="Xamarin.Android.Support.Animated.Vector.Drawable" version="25.4.0.2" targetFramework="monoandroid80" />
<package id="Xamarin.Android.Support.Annotations" version="25.4.0.2" targetFramework="monoandroid80" />
<package id="Xamarin.Android.Support.Compat" version="25.4.0.2" targetFramework="monoandroid80" />
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.Permissions/Plugin.Permissions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<Compile Include="**\*.android.cs" />
<PackageReference Include="Xamarin.Android.Support.Compat" Version="25.4.0.2" />
<PackageReference Include="Xamarin.Android.Support.Core.Utils" Version="25.4.0.2" />
<PackageReference Include="Plugin.CurrentActivity" Version="2.1.0.1" />
<PackageReference Include="Plugin.CurrentActivity" Version="2.1.0.2" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
Expand Down

0 comments on commit 49c73b0

Please sign in to comment.