Skip to content

Commit

Permalink
Update Plugin.InAppBilling.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Jul 13, 2021
1 parent 34b70f0 commit af4f096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
<Compile Include="**\*.android.cs" />
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="3.0.0" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="3.0.3" />
<!--<PackageReference Include="Xamarin.AndroidX.Migration" Version="1.0.6.1" />-->
</ItemGroup>

Expand All @@ -95,4 +95,4 @@
<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.Mac')) ">
<Compile Include="**\*.apple.cs" />
</ItemGroup>
</Project>
</Project>

0 comments on commit af4f096

Please sign in to comment.