Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First, thanks for the great package. Now, Flutter supports `AGP8`, so I try to use it. But, I got the following error. ``` Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace. If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant. ain ``` And, I realize `flutter_inapp_purchase` doesn't support the `namespace`. This PR is not perfect to support the `AGP8`, but it can fix the `namespace` issue simply. Reference - flutter/flutter#125181 (comment) - flutter/flutter#125621 (comment)
- Loading branch information