benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
219 stars 68 forks source link

Migrate to AndroidX #7

Closed gastonmuijtjens closed 5 years ago

gastonmuijtjens commented 5 years ago

Migrated the Android Support libraries to AndroidX in order to ensure future compatibility. Note that this change requires apps using this plugin to target Android SDK version 28 from now on.

Upgraded Gradle and dependencies to newest versions as suggested by Android Studio as well.

benjamindean commented 5 years ago

Thank you! Merged. WIll release a new version soon.