Skip to content

Commit f06a2b4

Browse files
authored
Update readme with warning for double import of the android billing client library. (flutter#3845)
1 parent eb37661 commit f06a2b4

File tree

1 file changed

+2
-0
lines changed
  • packages/in_app_purchase/in_app_purchase

1 file changed

+2
-0
lines changed

packages/in_app_purchase/in_app_purchase/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ void main() {
8181
}
8282
```
8383

84+
**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.
85+
8486
### Listening to purchase updates
8587

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

0 commit comments

Comments
 (0)