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

Fix remove simpleName for the key as it fails with proguard on Android #34

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

xxfast
Copy link
Owner

@xxfast xxfast commented Jul 12, 2023

There's a chance that the simpleName can clash after minification on android - so we need to use a fully qualified name as the key. However, this is not available on js. For now, I'm still using the simpleName but just for JS

@xxfast xxfast merged commit ba08e3a into main Jul 12, 2023
@xxfast xxfast deleted the ir/fix-proguard-crash branch July 12, 2023 01:21
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.

1 participant