-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
- I have updated Purchases SDK to the latest version
- I have read the Contribution Guidelines
- I have searched the Community
- I have read docs.revenuecat.com
- I have searched for existing Github issues
‼️ Required data ‼️
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
- Output of
flutter doctor - Version of
purchases-flutter - Testing device version e.g.: iOS 15.5, Android API 30, etc.
Any Android using Android Gradle Plugin 8+ - How often the issue occurs- every one of your customers is impacted? Only in dev?
- Debug logs that reproduce the issue
- Steps to reproduce, with a description of expected vs. actual behavior
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Describe the bug
Currently the plugin doesn't build when Gradle 8+ is used. That is because the property namespace is mandatory.
Additional context
Other native plugins have been doing this migration recently like the official Flutter plugins camera, shared_preferences...
PR with a fix: #683
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working