Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Oct 19, 2023
1 parent b79b13a commit abb42d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ For linking if you are setting **Link All** you may need to add:
Plugin.InAppBilling;Xamarin.Android.Google.BillingClient
```

#### Android Progaurd Rules

```
-keep class com.android.billingclient.api.** { *; }
-keep class com.android.vending.billing.** { *; }
```

#### iOS:
```
--linkskip=Plugin.InAppBilling
Expand Down

0 comments on commit abb42d9

Please sign in to comment.