Hey everyone I’m running into an error after updating my purchases_flutter to 5.0.0 - heres what happens when I run “flutter run -v”
[ +96 ms] FAILURE: Build failed with an exception.
[ +1 ms] * What went wrong:
[ ] Execution failed for task ':purchases_flutter:processDebugManifest'.
[ ] > Failed to calculate the value of task ':purchases_flutter:processDebugManifest' property 'packageOverride'.
[ ] > Failed to query the value of property 'applicationId'.
[ ] > Package Name not found in /Users/<placeholder_folder_name>/.pub-cache/hosted/pub.dev/purchases_flutter-5.0.0/android/src/main/AndroidManifest.xml
Does anyone have any idea on how I can resolve this? Thanks!