Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add namespace to android #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Hedon-dev
Copy link

Fixes compile error with gradle 8.

To test this add this to pubspec.yaml:

  wasm_run_flutter: #^0.1.0
    git:
      url: https://github.com/Hedon-dev/wasm_run
      ref: 69a7426
      path: packages/wasm_run_flutter

Fixes compile error with gradle 8.

To test this add this to pubspec.yaml:
```
  wasm_run_flutter: #^0.1.0
    git: https://github.com/Hedon-dev/wasm_run_flutter
```
@@ -29,6 +29,8 @@ android {
// to bump the version in their app.
compileSdkVersion 31

namespace 'com.example.wasm_run_flutter'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Maybe this would be better? or the com.example is used in other places?

Suggested change
namespace 'com.example.wasm_run_flutter'
namespace 'com.wasm_run.wasm_run_flutter'

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just took the same namespace as the group value in Line 3 the same file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants