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

Document minimum Android SDK version and iOS build target #142

Open
wmadden opened this issue Mar 31, 2023 · 1 comment
Open

Document minimum Android SDK version and iOS build target #142

wmadden opened this issue Mar 31, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@wmadden
Copy link

wmadden commented Mar 31, 2023

Is your feature request related to a problem? Please describe.

The plugin fails to build on Android unless:

  • compileSdkVersion >= 32
  • minSdkVersion >= 22
  • targetSdkVersion >= 32

and fails to build on iOS unless:

  • minimum deployment target >= 13.0 (which needs to be set in the Podfile and XCode config)

Describe the solution you'd like

It would be really helpful if this was documented in the README.

@jcesarmobile
Copy link
Contributor

Those are really Capacitor 4 requirements, but the readme should mention that the plugin should be used with Capacitor 4 only.

@stewones stewones added the good first issue Good for newcomers label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants