wongpiwat / trust-location

A Flutter plugin for detecting mock location on Android device. (Supports only high accuracy location mode)
https://pub.dev/packages/trust_location
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

Migrate to AndroidX #1

Closed juliocbcotta closed 4 years ago

juliocbcotta commented 4 years ago

Hey, it looks like there are a few missing dependencies to migrate to AndroidX libraries https://github.com/wongpiwat/flutter-trust-location/blob/master/android/build.gradle#L38 It will break apps that write tests and depend on this plugin.

wongpiwat commented 4 years ago

@BugsBunnyBR, Thank you for the information provided. I will fix it with the next release.