Skip to content

Commit

Permalink
Use pre-defined symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoshevoi committed Jan 14, 2022
1 parent cfc43ec commit 0d1eddd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Plugin.InAppBilling/InAppBilling.android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using System.Text;
using Android.BillingClient.Api;
using Android.Content;
#if NET6ANDROID
#if NET
using Microsoft.Maui.Essentials;
#else
using Xamarin.Essentials;
Expand Down
2 changes: 0 additions & 2 deletions src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<NeutralLanguage>en</NeutralLanguage>
<LangVersion>default</LangVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DefineConstants>$(DefineConstants);</DefineConstants>
</PropertyGroup>

<!-- platform version number information -->
Expand Down Expand Up @@ -101,7 +100,6 @@

<PropertyGroup Condition=" $(TargetFramework.Contains('-android')) ">
<UseMauiEssentials>true</UseMauiEssentials>
<DefineConstants>$(DefineConstants);NET6ANDROID</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework.Contains('-android')) ">
Expand Down

0 comments on commit 0d1eddd

Please sign in to comment.