Skip to content

Commit

Permalink
Remove com.android.vending.BILLING
Browse files Browse the repository at this point in the history
Fixes #426
  • Loading branch information
jamesmontemagno committed Nov 21, 2021
1 parent b2edd3e commit aaaea1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Plugin.InAppBilling/InAppBilling.android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using Android.BillingClient.Api;
using Android.Content;

[assembly: UsesPermission("com.android.vending.BILLING")]
namespace Plugin.InAppBilling
{
/// <summary>
Expand Down Expand Up @@ -544,4 +543,4 @@ public static string TransformString(string key, int i)
}
}
}


0 comments on commit aaaea1f

Please sign in to comment.