capacitor-community / in-app-review

Let users rate your app using native review app dialog for both Android and iOS.
MIT License
163 stars 20 forks source link

Support Capacitor 2.x on Android #3

Closed ziftytodd closed 4 years ago

ziftytodd commented 4 years ago

The current plugin will not work properly on Android with Capacitor 2.x because Capacitor 2 requires AndroidX. This PR encompasses the minimal changes needed to support AndroidX. This fixes issue #2

Nodonisko commented 4 years ago

Nice, thanks!