Skip to content

Commit

Permalink
Update current activity
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed May 9, 2018
1 parent e6025d4 commit 863b2b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Empty file.
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.0.1.4\lib\monoandroid44\Plugin.CurrentActivity.dll</HintPath>
<HintPath>..\packages\Plugin.CurrentActivity.2.1.0.1\lib\monoandroid44\Plugin.CurrentActivity.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Collections" />
Expand All @@ -63,7 +63,6 @@
<Link>CrossInAppBilling.cs</Link>
</Compile>
<Compile Include="InAppBillingImplementation.cs" />
<Compile Include="MainApplication.cs" />
<Compile Include="Resources\Resource.Designer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
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.0.1.4" targetFramework="monoandroid60" />
<package id="Plugin.CurrentActivity" version="2.1.0.1" targetFramework="monoandroid60" />
</packages>

0 comments on commit 863b2b1

Please sign in to comment.