pushy / pushy-flutter

The official Pushy SDK for Flutter apps.
Apache License 2.0
21 stars 19 forks source link

Namespace is missing #70

Closed farahfarah1 closed 2 months ago

farahfarah1 commented 2 months ago

com.android.build.api.variant.impl.LibraryVariantBuilderImpl.

Namespace not specified. Specify a namespace in the module's build file: /Users/builder/.pub-cache/hosted/pub.dev/pushy_flutter-2.0.20/android/build.gradle. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.

pushy commented 2 months ago

Hi @farahfarah1 , Thanks so much for reporting this issue, and for submitting a PR!

We've merged your PR and published version 2.0.21 to pub.dev.

1) Please update the Pushy Flutter SDK in your app by editing the pubspec.yaml in the root directory of your project and updating the pushy_flutter package version to 2.0.21:

pushy_flutter: 2.0.21

2) Run flutter pub get to fetch the new version of our SDK.

Please let us know if there's anything else we can help with.