pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 22 forks source link

Fix firebase dependencies #78

Closed daniellevass closed 5 years ago

daniellevass commented 5 years ago
  1. Updated Messaging Service to provide context to the Firebase Wrapper better
  2. Updated all dependencies including:
    • Firebase
    • google cloud messaging
    • kotlin
    • target sdk
    • gradle
    • google services
  3. Fix PushNotificationsInstance to support newer version of kotlin defensively

Note: Removed GCM dependency from the sample app but not the library.