Skip to content

Commit

Permalink
Update to latest current activity
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed May 23, 2018
1 parent a1a1882 commit 8408382
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nuget/Plugin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Newtonsoft.Json" version="9.0.1"/>
<dependency id="Plugin.CurrentActivity" version="2.1.0.1"/>
<dependency id="Plugin.CurrentActivity" version="2.1.0.2"/>
</group>
<group targetFramework="Xamarin.iOS10">
</group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Plugin.CurrentActivity, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Plugin.CurrentActivity.2.1.0.1\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/Plugin.InAppBilling.Android/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="monoandroid71" />
<package id="Plugin.CurrentActivity" version="2.1.0.1" targetFramework="monoandroid60" />
<package id="Plugin.CurrentActivity" version="2.1.0.2" targetFramework="monoandroid60" />
</packages>

0 comments on commit 8408382

Please sign in to comment.