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

BigInteger::intValueExact is only available for android 12+ #78

Open
this-kramer opened this issue Feb 23, 2022 · 1 comment
Open

BigInteger::intValueExact is only available for android 12+ #78

this-kramer opened this issue Feb 23, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@this-kramer
Copy link
Member

We could replace it by BigInteger::intValue which does not throw and Error if too large for an int, or write our own implementation to ensure the app works on older devices.

@this-kramer this-kramer added the bug Something isn't working label Mar 24, 2022
@pschuermann97
Copy link
Collaborator

is that fixed by now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants