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

Documentation bug: is minSdkVersion 17 or 20? #250

Closed
jamesncl opened this issue Jun 10, 2020 · 3 comments
Closed

Documentation bug: is minSdkVersion 17 or 20? #250

jamesncl opened this issue Jun 10, 2020 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@jamesncl
Copy link

In the requirements section of the documentation it states:

Android: minSdkVersion 17

But in the limitation section of the documentation it states:

Since the plugin is based on platform views. This plugin requires Android API level 20 or greater.

Which is correct?

Thanks :)

@jamesncl jamesncl added the bug Something isn't working label Jun 10, 2020
@sarbagyastha
Copy link
Owner

@jamesncl Setting minSdkVersion = 17 is a hard requirement i.e. You won't be able to build your project without setting it to 17+.

While requirement of API 20 is optional. Your project will build for any versions but the YoutubePlayer won't be functional on <20.

@jamesncl
Copy link
Author

Thanks @sarbagyastha. If you could add your above answer to the documentation that would help others with the same question

@sarbagyastha
Copy link
Owner

Sure @jamesncl

@sarbagyastha sarbagyastha added question Further information is requested and removed bug Something isn't working labels Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants