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: Throw ERR_UNSUPPORTED_API_LEVEL #204

Merged
merged 2 commits into from Oct 11, 2021
Merged

Conversation

jcesarmobile
Copy link
Member

@jcesarmobile jcesarmobile commented Oct 8, 2021

At the moment, if there is an ERR_UNSUPPORTED_API_LEVEL, it's missed and thrown as a generic ERR_UNSUITABLE_API_INSTALLATION, this PR checks if an ERR_UNSUPPORTED_API_LEVEL error was thrown and if it was, re throw it instead of the generic ERR_UNSUITABLE_API_INSTALLATION.

Also adds a bit more information about the ERR_UNSUITABLE_API_INSTALLATION

closes #195

@jcesarmobile jcesarmobile merged commit b879744 into develop Oct 11, 2021
@jcesarmobile jcesarmobile deleted the unsupported-error branch October 11, 2021 16:23
github-actions bot pushed a commit that referenced this pull request Oct 11, 2021
# [1.5.0](v1.4.1...v1.5.0) (2021-10-11)

### Bug Fixes

* Throw ERR_UNSUPPORTED_API_LEVEL ([#204](#204)) ([b879744](b879744))

### Features

* **android:** support API 31 ([#203](#203)) ([fb64ca5](fb64ca5))
@Ionitron
Copy link
Collaborator

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

No suitable API installation found.
3 participants