capacitor-community / fcm

Enable Firebase Cloud Messaging for Capacitor apps
https://capacitor.ionicframework.com/docs/
MIT License
237 stars 83 forks source link

Android: update dependancies & defaultConfig #13

Closed jmannau closed 4 years ago

jmannau commented 4 years ago

The upstream capacitor project set the minSdkVersion & targetSdkVersion to 28 (https://github.com/ionic-team/capacitor/blob/master/android/capacitor/build.gradle#L19).

this PR updates the plugin to match as well as the Android support dependancies to match.

stewones commented 4 years ago

Thanks 👊