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 33 forks source link

Synchonized gradle version with Flutter stable #26

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...)

Feature

:arrow_heading_down: What is the current behavior?

Currently the used versions of the Grable Plugin and Gradle Wrapper are out of sync with the stable version of Flutter.

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

Bring the Gradle plugin and Gradle wrapper versions in sync with Flutter stable (1.12.13+hotfix.5).

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

Compile and run the example project

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting