Baseflow / flutter-permission-plugins

This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.
https://baseflow.com
MIT License
52 stars 34 forks source link

Correct the Android compileSdk version documentation #20

Closed mvanbeusekom closed 4 years ago

mvanbeusekom commented 4 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Docs

:arrow_heading_down: What is the current behavior?

Currently the README.md describes that the user should set the "compileSDK" value to 28, but in the example it is set to 29. This confuses users.

:new: What is the new behavior (if this is a feature change)?

Corrected the documentation and the example. The documentation now mentions the user should use a "compileSDK" of 28 or higher and in the example code the value is set to 28.

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

Only documentation

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting