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 4, 2018
1 parent 0f1334e commit 46e86c5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 48 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.0.1.1"/>
<dependency id="Plugin.CurrentActivity" version="2.0.1.4"/>
</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.0.1.1\lib\monoandroid44\Plugin.CurrentActivity.dll</HintPath>
<HintPath>..\packages\Plugin.CurrentActivity.2.0.1.4\lib\monoandroid44\Plugin.CurrentActivity.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Collections" />
Expand Down Expand Up @@ -81,9 +81,6 @@
<Name>VendingLibrary</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="readme.txt" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
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.1" targetFramework="monoandroid60" />
<package id="Plugin.CurrentActivity" version="2.0.1.4" targetFramework="monoandroid60" />
</packages>
42 changes: 0 additions & 42 deletions src/Plugin.InAppBilling.Android/readme.txt

This file was deleted.

0 comments on commit 46e86c5

Please sign in to comment.