Skip to content

Commit

Permalink
Update readme with warning for double import of the android billing c…
Browse files Browse the repository at this point in the history
…lient library. (flutter#3845)
  • Loading branch information
BeMacized authored May 11, 2021
1 parent eb37661 commit f06a2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/in_app_purchase/in_app_purchase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ void main() {
}
```

**Note:** It is not necessary to depend on `com.android.billingclient:billing` in your own app's `android/app/build.gradle` file. If you choose to do so know that conflicts might occur.

### Listening to purchase updates

In your app's `initState` method, subscribe to any incoming purchases. These
Expand Down

0 comments on commit f06a2b4

Please sign in to comment.