-
Notifications
You must be signed in to change notification settings - Fork 286
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
fix(opener): use the correct packagename in OpenerPlugin.kt #2207
fix(opener): use the correct packagename in OpenerPlugin.kt #2207
Conversation
Package Changes Through e0d1227There are 2 changes which include opener with patch, opener-js with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a change file in .changes directory?
yes sure, i added a changes file. |
Thank you |
The packagename in OpenerPlugin.kt was set to 'package app.tauri.shell' which leads to an ClassNotFoundException when using android as the PLUGIN_IDENTIFIER in lib.rs is set to app.tauri.opener.
I fixed the packagename according to the value in lib.rs (app.tauri.opener)